This is a little package for working with FlowCAM data.

The development version of this package can be installed from GitHub:

install.packages('devtools')
library(devtools)
install_github('fawda123/rflowcam')
library(rflowcam)

Try importing a data file:

devtools::load_all('M:/docs/rflowcam', quiet = T)
fl_in <- system.file('sample_data.lst', package = 'rflowcam')
dat <- import_flowcam(fl_in)
dat


fawda123/rflowcam documentation built on May 16, 2019, 11:01 a.m.