Upset | R Documentation |
Plot UpSet
Upset( x, title = NULL, side.bar.col = NULL, main.bar.col = NULL, out = NULL, w = 10, h = 6 )
x |
list. a named list |
title |
character. |
side.bar.col |
character. |
main.bar.col |
character. |
out |
character. |
w |
numeric. |
h |
numeric. |
Upset(list(A = 1:5, B = 2:6, C = 3:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.