View source: R/dive_tidy_functions.R
transform_x_vals | R Documentation |
This function uses the timing dots the transform the x-axis to time, in minutes from the start. This can later be transformed to POSIXct date times and transformed into a regular time series in the add_dates_times function.
transform_x_vals(trace, time_dots, time_period_min = 12)
trace |
tidy trace data frame after centering, contains the x and y values of the trace. |
time_dots |
tidy time dots data frame, contains the x and y positions of the timing dots. |
time_period_min |
minutes elapsed between two time periods. |
trace data frame after arc removal.
## Not run:
transform_x_vals(trace, time_dots, time_period_min = 12)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.