Description Usage Arguments Value Examples
The SDS files in each directory are concatenated into one dataframe via this function.
1 | combineSdsFiles(cruise.dir='.')
|
cruise.dir |
Path to the cruise directory. |
A data frame representing the concatenation of all cruise subdirectory SDS files.
1 2 3 | seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
sds <- combineSdsFiles(seaflow.path)
sds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.