plotMarkerDensity {flowSpy} | R Documentation |
plotMarkerDensity
plotMarkerDensity( object, cutoff = -1, markers = NULL, adjust = 0.5, plot.theme = theme_bw() )
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 figure
if (FALSE) { plotMarkerDensity(fspy) plotMarkerDensity(fspy, adjust = 1) }