readSeaflow | R Documentation |
Read a SeaFlow LabView binary particle data file. This file may be gzipped.
readSeaflow(path, count.only = FALSE, transform = TRUE)
path |
Path to binary file. If this file does not exist the same file ending with ".gz" will also be checked. |
count.only |
Only return the count of particles from the file header. |
transform |
Convert log data to linear. |
Data frame of particle data or number of particles.
## Not run:
evt <- readSeaflow("foo/2014_213/2014-07-04T00-00-02+00-00.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.