joinSDS: join this dataframe to the corresponding SDS log file entry.

Description Usage Arguments Value Examples

Description

perform aggregate statistics on a particular combination of filtered opp or fcs files for a particular population.

Usage

1
joinSDS(x, opp.paths)

Arguments

x

a OPP dataframe.

opp.paths

the named paths of the SDS files (names should be character strings of the corresponding file)

Value

a dataframe of the merge between the events and the SDS log info.

Examples

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)

armbrustlab/flowPhyto documentation built on May 10, 2019, 1:40 p.m.