decorate_sample_panoply: decorate_sample_panoply

Description Usage Arguments Examples

View source: R/panoply_methods.R

Description

This function makes a nice picture of the result of panoply.

A picture of the result of running panoply().

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
decorate_sample_panoply(
  fcs,
  panoply_obj,
  superclus = NULL,
  colorscale = TRUE,
  superscale = FALSE,
  isLabeled = FALSE,
  cex = 0.5,
  ...
)

Arguments

fcs

The data (either a flowFrame or a flowSet)

panoply_obj

An object of type "panoply", the result of running panoply()

superclus

TBD

colorscale

logical. Whether or not to draw the color wedge (default = TRUE)

superscale

TBD

isLabeled

TBD

cex

Size of dots in peripheral panels. Default 0.5

...

Additional graphical parameters (see par)

Examples

1
decorate_sample_panoply(fs_young, pan)

rogerswt/panoplyCF documentation built on July 12, 2020, 8:49 p.m.