Description Usage Arguments Value Examples
plot_depth: Creates a plot with the diving profile. Adds a red line for the zero. Crea un grafico con el perfil de buceos. Marca el cero con una linea roja.
1 2 3 4 5 | plot_depth(
TDR_trip = TDR_trip,
depth_column = depth_column,
time_column = time_column
)
|
TDR_trip |
is a data frame with a colum including depth and a column including time (in POSIXct format) |
depth_column |
must be a numeric value |
time_column |
must be a date and time (in POSIXct format) (%Y-%m-d %H:%M:%S) |
returns a ggplot which stetics can be change using the ggplot2 sintaxis
1 | plot_depth(TDR_trip = TDR_trip,depth_column='Pressure',time_column='daytime')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.