View source: R/ecopart_get_all.R
get_all | R Documentation |
Get all for some column
get_all(zoo, col_name, pixel_conv = F)
zoo |
an ecopart object or zoo_list |
col_name |
a column name in the zoo_dfs |
pixel_conv |
if using a size metric, should you convert the pixel size? |
# Get depth information
ecopart_example |>
get_all('depth_including_offset') |>
mean()
# Get size range
ecopart_example |>
get_all('esd', pixel_conv = TRUE) |>
range()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.