scale_color_venn_mix | R Documentation |
Color scale for Venn diagram
scale_color_venn_mix(
data,
sets = NULL,
colors = c("red", "blue", "green"),
na.value = "grey40",
highlight = NULL,
active_color = "orange",
inactive_color = "NA",
scale = scale_color_manual,
...
)
data |
a dataframe including binary columns representing membership in sets |
sets |
vector with names of columns representing membership in sets |
colors |
named list of colors for sets (one set=one color) |
na.value |
value for elements not belonging to any of the sets |
highlight |
which regions of the diagram to highlight |
active_color |
color for highlight |
inactive_color |
color for lack of highlight |
scale |
the base scale (default= |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.