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

flowPhyto documentation built on Sept. 12, 2016, 6:18 a.m.