opc_energy | R Documentation |
Convert Equivalent Spherical Diameter (ESD) from the OPC into energy (in Joules) per depth bin using the formula below which was developed by Davies et al (2012).
opc_energy(df, dz = 2, good_only = TRUE, reject_volume = TRUE)
df |
opc tibble |
dz |
depth bin width (meters) |
good_only |
use only good (unflagged) values |
reject_volume |
set concentration to |
energy = 0.0134 * (esd) - 7.52
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.