.transform_psitodepth | R Documentation |
Transform the y-axis from position to depth in meters using the psi calibration curve
.transform_psitodepth(
trace,
psi_calibration,
max_psi = 900,
max_position = 22.45
)
trace |
tidy trace data frame after arc removal, contains the x and y values of the trace. |
psi_calibration |
data frame containing the centered psi calibration curve. |
max_psi |
maximum psi of the TDR, often not captured in psi calibration curve. |
max_position |
position of maximum psi reading for TDR in cm. |
trace data frame with depth in meters.
## Not run:
trace <- .transform_psitodepth(trace, psi_calibration, max_psi = 900, max_position = 22.45)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.