Prepare layers for sets sizes plot
1 2 3 4 5 6 | upset_set_size(
mapping = aes(),
geom = geom_bar(width = 0.6),
position = "left",
filter_intersections = FALSE
)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.