combineSdsFiles: Combine the SDS files.

Description Usage Arguments Value Examples

Description

The SDS files in each directory are concatenated into one dataframe via this function.

Usage

1
combineSdsFiles(cruise.dir='.')

Arguments

cruise.dir

Path to the cruise directory.

Value

A data frame representing the concatenation of all cruise subdirectory SDS files.

Examples

1
2
3
seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
sds <- combineSdsFiles(seaflow.path)
sds

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