Description Usage Arguments Value Examples
Each seaflow EVT file is assigned a unique (per-directory) integer which get's carried on to subsequent processing steps. This function extracts that number from any of the original or downstream files.
1 |
file.path |
Path to the file whose name you wish to extract a number from. |
an integer corresponding to the original event file number
1 2 3 | path <- system.file("extdata","seaflow_cruise","2011_001","1.evt.opp",
package="flowPhyto")
getFileNumber(path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.