View source: R/gen_obj-volume.R
biovolume | R Documentation |
This function takes a df and will direct it
biovolume(input, shape, pixel_mm)
input |
a zoo_df. use add_zoo for ecopart_objs |
shape |
assume a sphere or ellipsoid |
pixel_mm |
option to user specify pixel size in mm |
#calcuating biovolume
zoo_df <- ecopart_example$zoo_files[[1]]
biovol <- biovolume(input = zoo_df,
shape = 'sphere',
pixel_mm = unique(ecopart_example$meta$acq_pixel))
biovol |> summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.