writeSeaflow: Write A SeaFlow File

Description Usage Arguments Examples

Description

writes a binary seaflow event file from a dataframe in memory

Usage

1
writeSeaflow(file.path, df, column.names = EVT.HEADER)

Arguments

file.path

System path to the binary seaflow event file.

df

SeaFlow dataframe in memory to be written to disk.

column.names

Names of the columns. By default it uses the global variable 'EVT.HEADER'

Examples

1
2
3
4
5
opp.path <- system.file("extdata","seaflow_cruise","2011_001", "1.evt.opp",
				package="flowPhyto")
opp <- readSeaflow(opp.path)
writeSeaflow('./tmp.seaflow', opp)
Sys.sleep(30) # for windows build

flowPhyto documentation built on Sept. 12, 2016, 6:18 a.m.