Usage
"xyplot"(x, data, xlab, ylab,
as.table = TRUE,
prepanel = prepanel.xyplot.flowPlate,
panel = panel.xyplot.flowPlate,
pch = ".", smooth = TRUE,
filter = NULL,
filterResults = NULL,
displayFilter = TRUE,
flowStrip=NULL,
flowStripCex=1,
strip=function(...,style=1) strip.default(...,style=1),
...)
Arguments
x
A formula describing the layout of the plots. Plots for flowPlates
usually condition on either as.factor(name)
or
as.factor(Well.Id)
since only one flowFrame can be shown on each
panel (with the exception of Negative.Control overlays).
as.table
Defaults to table layout.
prepanel
Lattice-flowViz prepanel function.
panel
Lattice-flowViz panel function.
smooth
Plot a smoothed scatterplot by default.
filter
A flowCore filter to apply to each flowFrame.
filterResults
If filterResults="Negative.Control", the negative control
wells corresponding to a test well are overlayed in the test well plots.
displayFilter
Defaults to displaying filter on the plot.
flowStrip
Character vector indicating additional information to be printed
on the strip. Values can include any combination of "Well.Id","MFI","MFI.Ratio", and
"Percent.Positive".
flowStripCex
Font size for the flowStrip.
strip
Lattice strip function.