prep_dtag | R Documentation |
Prepare DTag data
prep_dtag(
file,
start_time = NULL,
out_freq,
downsample = "thin_regular",
keep_interval = NULL
)
file |
File name |
keep_interval |
Vector of two times: start and end of time interval over which to keep the data (e.g., to exclude periods where the tag was not on the animal). If not specified, the whole data set is kept. |
start |
Time for start of data in 'file' (as POSIX) |
freq |
Required frequency of output |
Data frame with columns:
tagIDIdentifier for tag (i.e., time series)
Ax, Ay, AzAcceleration in x, y, and z, obtained directly from the tag data
pitch, roll, headEulerian angles
depthDepth in metres
timeTime as POSIX
time_numTime as numeric
typeDive type (either "shallow" or "deep")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.