intersection_matrix: Prepare layers for sets sizes plot

Description Usage Arguments

View source: R/upset.R

Description

Prepare layers for sets sizes plot

Usage

1
2
3
4
5
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. geom=geom_point(shape='square'))

segment

a geom_segment call, allowing to specify parameters (e.g. segment=geom_segment(linetype='dotted'))

outline_color

a named list with two colors for outlines of active and inactive dots


ComplexUpset documentation built on Dec. 11, 2021, 5:07 p.m.