correct_zero: Corrects zero.

Description Usage Arguments Value Examples

View source: R/correct_zero.R

Description

Corrects zero.

Usage

1
2
3
4
5
correct_zero(
  TDR_trip = TDR_trip,
  depth_column = depth_column,
  extra_correction = extra_correction
)

Arguments

TDR_trip

is a data frame with a column with depth data. Escribe el nombre de tu data frame aqui, debe contener una columna con datos de profundidad.

depth_column

is the name of the column that contains the depth data. Escribe aqui entre comillas el nombre de la columna con datos de profundidad.

extra_correction

write 0 if no extra correction is needer, otherwise add a number here. Escribe 0 si no es necesario corregir, de otra manera pon un numero aqui.

Value

returns a data frame with a column corrected_depth, with the corrected data.

Examples

1
TDR_corrected<-correct_zero(TDR_trip = TDR_trip, depth_column='Pressure',extra_correction=-0.65)

MiriamLL/spheniscus documentation built on Dec. 17, 2021, 4:17 a.m.