panel.densityplot.flowPlate: Lattice-flowViz style panel function for flowPlate...

Description Usage Arguments Author(s) See Also Examples

Description

This function should not be called directly, use densityplot.

Usage

1
2
3
4
5
6
7
8
9
panel.densityplot.flowPlate(x, 
				frames, channel, wellAnnotation,
				groups=NULL,
				subscripts,
				col = superpose.symbol$col,
				col.points = col,
				col.line = col,
				filterResult=NULL,
				...)

Arguments

x

character

frames

flowFrames

channel

channel of interest

wellAnnotation

wellAnnotation data.frame

groups

density plot groups parameter

subscripts

densityplot subscripts parameter

col

densityplot col parameter

col.points

densityplot col.points parameter

col.line

densityplot col.line parameter

filterResult

densityplot filterResult parameter

...

optional arguments

Author(s)

Errol Strain

See Also

See Also densityplot

Examples

 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)

plateCore documentation built on May 6, 2019, 2:41 a.m.