centered_psi_calibration: Centered PSI calibration curve

View source: R/centering_functions.R

centered_psi_calibrationR Documentation

Centered PSI calibration curve

Description

Centered PSI calibration curve

Usage

centered_psi_calibration(
  centered_trace,
  psi_interval = c(100, 200, 400, 600, 800)
)

Arguments

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)

Value

data frame containing centered psi calibration curve for future calculations

Examples

## Not run: 
centered_psi_calibration(centered_trace, psi_interval = c(100, 200, 400, 600, 800))

## End(Not run)

EmmaLiTsai/recoverKBTDR documentation built on Aug. 29, 2024, 10:38 a.m.