opc_biomass | R Documentation |
Convert Equivalent Spherical Diameter (ESD) from the OPC into wet weight (in mg) per depth bin using the formula below which was developed by Suthers et al (2006) and implemented by Fortune et al (2020).
opc_biomass( df, dz = 2, min_size = 1, max_size = 6, good_only = TRUE, reject_volume = TRUE )
df |
opc tibble |
dz |
depth bin width (meters) |
min_size |
minimum particle ESD (mm; default = 1) |
max_size |
maximum particle ESD (mm; default = 6) |
good_only |
use only good (unflagged) values |
reject_volume |
set concentration to |
wet_weight = 4/3 * pi * (esd/2)^3 * rho
where rho
= 1 mg / mm
Note that this is only applied to particles > 1 mm ESD
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.