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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.