intersection_matrix {ComplexUpset} | R Documentation |
Prepare layers for sets sizes plot
Description
Prepare layers for sets sizes plot
Usage
intersection_matrix(
geom = geom_point(size = 3),
segment = geom_segment(),
outline_color = list(active = "black", inactive = "grey70")
)
Arguments
geom |
a geom_point call, allowing to specify parameters (e.g. |
segment |
a geom_segment call, allowing to specify parameters (e.g. |
outline_color |
a named list with two colors for outlines of active and inactive dots |
[Package ComplexUpset version 1.3.3 Index]