Description Usage Arguments Value Examples
View source: R/identify_dives.R
This functions identify dives according to a parameter. Esta funcion identifica buceos a partir de cierta profundidad/
1 2 3 4 5 | identify_dives(
TDR_corrected = TDR_corrected,
depth_column = depth_column,
real_dives = real_dives
)
|
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. |
returns a data frame with each dive duration, maximum depth, mean and standard deviation depth
1 | TDR_dives<-identify_dives(TDR_corrected=TDR_corrected,real_dives=3,depth_column='corrected_depth')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.