.create_regular_ts | R Documentation |
creating regular time series for trace data
.create_regular_ts(trace, on_seal, off_seal, tz = "Antarctica/McMurdo")
trace |
tidy trace data frame after arc removal, contains the x and y values of the trace. |
on_seal |
time TDR was placed on the seal. |
off_seal |
time TDR taken off the seal. |
tz |
time zone for calculating date/times |
trace data frame with POSIXct date times and interpolated points to fill sparse parts of the record.
## Not run:
trace <- .create_regular_ts(trace, on_seal = "1981:01:16 17:58:00",
off_seal = "1981:01:23 15:30:00", tz = "Antarctica/McMurdo")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.