dot-create_regular_ts: creating regular time series for trace data

.create_regular_tsR Documentation

creating regular time series for trace data

Description

creating regular time series for trace data

Usage

.create_regular_ts(trace, on_seal, off_seal, tz = "Antarctica/McMurdo")

Arguments

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

Value

trace data frame with POSIXct date times and interpolated points to fill sparse parts of the record.

Examples

## 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)

EmmaLiTsai/recoverKBTDR documentation built on Aug. 29, 2024, 10:38 a.m.