| proliferationGrid {flowFit} | R Documentation |
This function draw a proliferation grid. The grid marks the distance between cell generations calculated with the function generationsDistance
proliferationGrid(parentPosition,
fittedDistance = NA, dataRange = 1024, logDecades = 4,
lwd=1, lty=3, col=rgb(0,0,0,0.5))
parentPosition |
Position of the parent Peak from |
fittedDistance |
You can provide the distance estimated from the |
dataRange |
Range of your data (number of data points in the FACS) |
logDecades |
Number of log decades in the FACS |
lwd |
Grid line size. See |
lty |
Grid line type. See |
col |
Davide Rambaldi
plot(c(0,1023),c(0,1000),
xlim=c(0,1023),
ylim=c(0,1000),
xlab="FACS CHANNEL",
ylab="# OF EVENTS",
main="A flowFit Empty Plot")
# create a grid with parent at 800
proliferationGrid(1000, dataRange=1024, logDecades=4)