opc_speed | R Documentation |
Use one of 3 methods (instantaneous
, range
, or lm
) to calculate the
descent rate of an OPC in meters per second.
opc_speed(df, method = "instantaneous", exclude_bad_depths = TRUE)
df |
opc tibble |
method |
choose one from |
exclude_bad_depths |
logical, where |
instantaneous
- compute speed at each sampling point and return average
range
- simple divide the time difference by the depth difference
lm
- fit a simple linear model and return the slope parameter
numeric speed in meters per second (positive down)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.