prep_dtags | R Documentation |
Prepare data from several DTags
prep_dtags(
files,
start_times = NULL,
out_freq,
downsample = "thin_regular",
keep_intervals = NULL,
n_cores = 1
)
files |
Vector of file names |
start_times |
Vector of simes for start of data in 'file' (as POSIX) |
out_freq |
Required frequency of output |
keep_intervals |
List where each element is a 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. |
Same data frame as prep_dtag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.