Description Usage Arguments Value Examples
The census step generates a single row of population counts per EVT file. This function collects and concatenates these into a single dataframe.
1 | combineCensusFiles(cruise.dir='.')
|
cruise.dir |
Path the cruise directory. |
a dataframe of counts per EVT file (rows) and per population (columns)
1 2 3 | seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
census <- combineCensusFiles(seaflow.path)
census
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.