Description Usage Arguments Value
Retrieve the volume summary for each FlowCam object.
1 2 | volume_summary(x, bind = TRUE, save_file = TRUE,
filename = file.path(attr(x, "summary_path"), "volume_summary.csv"))
|
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, |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.