upset_stripes {ComplexUpset} | R Documentation |
Define appearence of the stripes
Description
Define appearence of the stripes
Usage
upset_stripes(
mapping = aes(),
geom = geom_segment(size = 7),
colors = c("white", "grey95"),
data = NULL
)
Arguments
mapping |
additional aesthetics |
geom |
a geom to use, should accept |
colors |
a vector of colors to repeat as many times as needed for the fill of stripes, or a named vector specifying colors for values of the variable mapped to the color aesthetics in the mapping argument |
data |
the dataset describing the sets with a column named |
[Package ComplexUpset version 1.3.3 Index]