volume_summary: Retrieve the volume summary for each FlowCam object.

Description Usage Arguments Value

View source: R/FlowCamGroup.R

Description

Retrieve the volume summary for each FlowCam object.

Usage

1
2
volume_summary(x, bind = TRUE, save_file = TRUE,
  filename = file.path(attr(x, "summary_path"), "volume_summary.csv"))

Arguments

x

a FlowCamGroup

bind

logical, if TRUE then rbind the classification tables

save_file

logical, if TRUE then save the output, ignored if bind is FALSE

filename

the name of the file to save,

Value

either a list of data.frames or a single data.frame ## Not run: # get a volume-by-class summary table, save by default vs <- volume_summary(XX) # get a volume-by-class summary table, save to specified file vs <- volume_summary(XX, filename = 'C:/my/path/volume_summary.csv') ## End(Not run)


BigelowLab/flowcamr documentation built on May 5, 2019, 2:42 p.m.