Description Usage Arguments Value Examples
perform aggregate statistics on a particular combination of filtered opp or fcs files for a particular population.
1 | joinSDS(x, opp.paths)
|
x |
a OPP dataframe. |
opp.paths |
the named paths of the SDS files (names should be character strings of the corresponding file) |
a dataframe of the merge between the events and the SDS log info.
1 2 3 4 5 | opp.path <- system.file("extdata", 'seaflow_cruise','2011_001','1.evt.opp', package="flowPhyto")
opp <- readSeaflow(opp.path, add.yearday.file=TRUE)
opp.join <- joinSDS(opp, caroline::nv(opp.path, 1))
summary(opp.join)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.