| scale_fill_venn_mix {ComplexUpset} | R Documentation |
Fill scale for Venn diagram
Description
Fill scale for Venn diagram
Usage
scale_fill_venn_mix(..., na.value = "NA")
Arguments
... |
Arguments passed on to scale_color_venn_mix
dataa dataframe including binary columns representing membership in sets
setsvector with names of columns representing membership in sets
colorsnamed list of colors for sets (one set=one color)
highlightwhich regions of the diagram to highlight
active_colorcolor for highlight
inactive_colorcolor for lack of highlight
scalethe base scale (default=scale_color_manual())
|
na.value |
value for elements not belonging to any of the known sets
|
[Package
ComplexUpset version 1.3.3
Index]