Displaying 2 results from an estimated 2 matches for "rectosigmoid".
2024 Sep 13
1
how to specify point symbols in the key on a lattice dotplot
...structure(list(impact = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L,
>> 2L), levels = c("impaction", "no impaction"), class = "factor"),
>> segment = structure(c(4L, 2L, 1L, 3L, 4L, 2L, 1L, 3L), levels =
>> c("left", "right", "rectosigmoid", "total"), class = c("ordered",
>> "factor" )), transit_time = c(70, 10, 20, 32, 42, 10, 12, 18)),
>> class = "data.frame", row.names = c(NA, -8L))
>>
>> dd %>% dotplot( segment ~ transit_time, groups = impact, data = .,
>...
2024 Sep 14
1
how to specify point symbols in the key on a lattice dotplot
...(impact = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L,
> >> 2L), levels = c("impaction", "no impaction"), class = "factor"),
> >> segment = structure(c(4L, 2L, 1L, 3L, 4L, 2L, 1L, 3L), levels =
> >> c("left", "right", "rectosigmoid", "total"), class = c("ordered",
> >> "factor" )), transit_time = c(70, 10, 20, 32, 42, 10, 12, 18)),
> >> class = "data.frame", row.names = c(NA, -8L))
> >>
> >> dd %>% dotplot( segment ~ transit_time, groups = imp...