PlotCumulativeDiagram: Plot cumulative diagram

View source: R/functions.R

PlotCumulativeDiagramR Documentation

Plot cumulative diagram

Description

Plot cumulative diagram

Usage

PlotCumulativeDiagram(
  matrix,
  indivVar,
  colorVar = "",
  textSize = 15,
  xProp = "no"
)

Arguments

matrix,

matrix obtained with MakeCumulativeDiagramMatrix function

indivVar,

individuals variable name

colorVar,

variable to split and color samples by

textSize,

size of the plot text, deault is 15

xProp,

should the x axis be in proportions, default is "no". Other is "yes"

Value

a cumulative plot


Louisahadj/CellDestiny documentation built on April 5, 2022, 12:02 a.m.