Description Usage Arguments Value Examples
Plot speed as estimated from tag jiggle. Requires package cowplot
.
1 | plot_speed(prh, smooth = 1)
|
prh |
PRH data frame with |
smooth |
Width of smoothing window in seconds |
A gg object (see cowplot
)
1 2 3 4 5 6 7 | acc_filt <- jgl_filtacc(Araw_expl, 10, 90)
prh_expl %>%
jgl_desc() %>%
jgl_ocdr() %>%
jgl_accrms(acc_filt) %>%
jgl_fit() %>%
plot_speed()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.