upset_query | R Documentation |
Highlight sets or intersections matching specified query.
upset_query(
set = NULL,
intersect = NULL,
group = NULL,
only_components = NULL,
...
)
set |
name of the set to highlight |
intersect |
a vector of names for the intersection to highlight; pass |
group |
name of the set to highlight when using |
only_components |
which components to modify; by default all eligible components will be modified; the available components are 'overall_sizes', 'intersections_matrix', 'Intersection size', and any annotations specified |
... |
|
upset_query(intersect=c('Drama', 'Comedy'), color='red', fill='red')
upset_query(set='Drama', fill='blue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.