Entering edit mode
Minor (possible) bug:
It looks like we're not able to edit the y-axis annotations in timeLinePlot(). It pulls from names(x) where x is the flowSet to be plotted, but if we want to specify a different set of names, it doesn't seem to work. Any thoughts?
Here's an example:
data(GvHD)
timeLinePlot(GvHD, "SSC-H"); #default
timeLinePlot(GvHD, "SSC-H",ylab=rep('test',length(GvHD))); #still the same
Awesome. Thanks Mike!