readSeaflow: Read an EVT or OPP binary file.

View source: R/Load.R

readSeaflowR Documentation

Read an EVT or OPP binary file.

Description

Read a SeaFlow LabView binary particle data file. This file may be gzipped.

Usage

readSeaflow(path, count.only = FALSE, transform = TRUE, channel = NULL)

Arguments

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.

channel

Only return data for channels listed here. Can be a single channel name or a vector of channel names.

Value

Data frame of particle data or number of particles.

Examples

## Not run: 
evt <- readSeaflow("foo/2014_213/2014-07-04T00-00-02+00-00.gz", channel=c("fsc_small", "pe"))

## End(Not run)

armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.