Upset: Plot UpSet

View source: R/plot.r

UpsetR Documentation

Plot UpSet

Description

Plot UpSet

Usage

Upset(
  x,
  title = NULL,
  side.bar.col = NULL,
  main.bar.col = NULL,
  out = NULL,
  w = 10,
  h = 6
)

Arguments

x

list. a named list

title

character.

side.bar.col

character.

main.bar.col

character.

out

character.

w

numeric.

h

numeric.

Examples

Upset(list(A = 1:5, B = 2:6, C = 3:10))



HatsuneCode/TrustVDJ documentation built on Aug. 13, 2022, 9:36 p.m.