plotMarkerDensity: plotMarkerDensity

Description Usage Arguments Value Examples

View source: R/plotFSPY.R

Description

plotMarkerDensity

Usage

1
2
3
4
5
6
7
plotMarkerDensity(
  object,
  cutoff = -1,
  markers = NULL,
  adjust = 0.5,
  plot.theme = theme_bw()
)

Arguments

object

An FSPY object

cutoff

numeric. Cutoff of trajectory value

markers

character. Markers used in the calculation progress

adjust

numeric. Transparency (0-1) of the dot, default is 1.

plot.theme

themes from ggplot2

Value

ggplot2 figure

Examples

1
2
3
4
5
6
if (FALSE) {

plotMarkerDensity(fspy)
plotMarkerDensity(fspy, adjust = 1)

}

JhuangLab/flowSpy documentation built on July 15, 2020, 8:31 a.m.