identify_dives: This functions identify dives according to a parameter. Esta...

Description Usage Arguments Value Examples

View source: R/identify_dives.R

Description

This functions identify dives according to a parameter. Esta funcion identifica buceos a partir de cierta profundidad/

Usage

1
2
3
4
5
identify_dives(
  TDR_corrected = TDR_corrected,
  depth_column = depth_column,
  real_dives = real_dives
)

Arguments

TDR_corrected

is the dataframe with depth already zero-corrected. Es el data frame con la profundidad corregida.

depth_column

is a numeric column where the depth information is. Es el nombre de la columna donde esta la informacion de profundidad.

real_dives

a number when dives are considered as real dives. Un numero de los cuando los buceos son considerados buceos reales.

Value

returns a data frame with each dive duration, maximum depth, mean and standard deviation depth

Examples

1
TDR_dives<-identify_dives(TDR_corrected=TDR_corrected,real_dives=3,depth_column='corrected_depth')

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