Usage
timelineplot(x, channel, type = c("stacked", "scaled", "native", "frequency"),
col, ylab = names(x), binSize, varCut = 1, ...)## S3 method for class 'flowSet,character':
timeLinePlot(x, channel, type = c("stacked",
"scaled", "native", "frequency"), col = NULL, ylab = sampleNames(x),
binSize, varCut = 1, ...)
## S3 method for class 'flowFrame,character':
timeLinePlot(x, channel, ...)
## S3 method for class 'ANY,missing':
timeLinePlot(x, channel, ...)
Arguments
channel
The parameter for which the data is to be plotted
type
One in 'stacked', 'scaled' or 'native'. 'stacked' will plot the
measurements for the frames on top of each other. 'scaled' will align the
median values around zero and 'native' will plot the values in the original
dimensions of the measurement range.
col
Optional color parameter.
ylab
The axis annotation to add on the y-axis for stacked plots.
binSize
The number of events per bin. If not set, a reasonable
default is computed.
varCut
The cutoff in the adjusted variance to which the quality score
is computed. Basically, all values that are outside of the confidence
interval defined by [my - signma * varCut, my + sigma * varCut]
will contribute to a positive quality score value.
...
Further arguments that are passed on to the base plotting
functions.