upset_set_size {ComplexUpset} | R Documentation |
Prepare layers for sets sizes plot
Description
Prepare layers for sets sizes plot
Usage
upset_set_size(
mapping = aes(),
geom = geom_bar(width = 0.6),
position = "left",
filter_intersections = FALSE
)
Arguments
mapping |
additional aesthetics |
geom |
a geom to use |
position |
on which side of the plot should the set sizes be displayed ('left' or 'right') |
filter_intersections |
whether the intersections filters (e.g. |
[Package ComplexUpset version 1.3.3 Index]