graph_telem | R Documentation |
Graph tidy telemetry data.
graph_telem(
tidy_telem,
telem_var = "DegC",
one_day_avg = F,
group_by = "Mouse",
tx_time = NULL,
se_ribbon = T
)
tidy_telem |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
telem_var |
telemetry measurement to plot. |
one_day_avg |
collapse data into a 1 day average? |
group_by |
variable to group by. Either "Group" or "Mouse" |
tx_time |
vector of times (in posixct format) where to draw vertical dashed lines |
se_ribbon |
logical: display standard error ribbon? |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.