align_telem | R Documentation |
Take two tidy telem files and align(combine) them, without collpasing. Note that new dates for tidy_telem_2 will be inaccurate. If animals in the two experiments have the same number and meta data, their values will be averaged by default
align_telem(
tidy_telem_1,
tidy_telem_2,
align_date_1 = NULL,
align_date_2 = NULL
)
tidy_telem_1 |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
tidy_telem_2 |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
align_date_1 |
date in tidy_telem_1 to align with date in tidy_telem_2 |
align_date_2 |
date in tidy_telem_2 to align with date in tidy_telem_1 |
a collpased tidy telemetry tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.