Learn R Programming

plateCore (version 1.30.0)

prepanel.xyplot.flowPlate: Lattice-flowViz style panel function for flowPlate xyplot.

Description

This function should not be called directly, use xyplot.

Usage

prepanel.xyplot.flowPlate(x, frames, channel.x, channel.y,...)

Arguments

x
Character
frames
flowFrames
channel.x
Character string for channel name.
channel.y
Character string for channel name.
...
optional arguments

See Also

See Also xyplot

Examples

Run this code
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)

Run the code above in your browser using DataLab