View source: R/centering_functions.R
centered_psi_calibration | R Documentation |
Centered PSI calibration curve
centered_psi_calibration(
centered_trace,
psi_interval = c(100, 200, 400, 600, 800)
)
centered_trace |
data frame containing the xy positions of the dive trace, after centering |
psi_interval |
psi readings for the calibration curve, i.e., (100, 200, 400, 600, 800) |
data frame containing centered psi calibration curve for future calculations
## Not run:
centered_psi_calibration(centered_trace, psi_interval = c(100, 200, 400, 600, 800))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.