upset_plot | R Documentation |
Plot UpSet diagram from tidy UpSet data.frame
upset_plot( df, n_intersections = 15, y_expansion = ggplot2::expansion(c(0, 0.1), c(0, 0)), plot_margin = ggplot2::margin(0.5, 0.5, 0.5, 1.5, unit = "cm"), ... )
df |
A data.frame produced from |
n_intersections |
How many intersections to show. |
y_expansion |
Expansion for y-axis, see |
plot_margin |
margin around entire plot (unit with the sizes of the top, right, bottom, and left margins) |
... |
pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.