Description Usage Arguments Author(s) See Also Examples
This function should not be called directly, use densityplot
.
1 | prepanel.densityplot.flowPlate(x, frames, channel,...)
|
x |
Character |
frames |
flowFrames |
channel |
Character string for channel name. |
... |
optional arguments |
Errol Strain
See Also densityplot
1 2 3 4 5 6 7 8 9 10 11 | # Load the plateCore package and data
library(plateCore)
data(plateCore)
# Create a flowPlate from the sample data in plateCore
fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1")
# Overlay the first 3 flowFrames. If the groups argument was
# omitted, then the flowFrames would be combined into a single
# density curve.
densityplot(~ `FSC-H`, fp[1:3], groups=name, auto.key=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.