Description Usage Arguments Author(s) See Also Examples
This function should not be called directly, use xyplot
.
1 | prepanel.xyplot.flowPlate(x, frames, channel.x, channel.y,...)
|
x |
Character |
frames |
flowFrames |
channel.x |
Character string for channel name. |
channel.y |
Character string for channel name. |
... |
optional arguments |
Errol Strain
See Also xyplot
1 2 3 4 5 6 7 8 9 10 11 | library(plateCore)
data(plateCore)
# Create a flowPlate from the sample data in plateCore
fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1")
## Create a rectangle filter
rectGate <- rectangleGate("FSC-H"=c(300,700),"SSC-H"=c(50,400))
xyplot(`SSC-H` ~ `FSC-H` | as.factor(name),
fp[1], smooth=FALSE, filter=rectGate, displayFilter=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.