plot_speed: Plot speed

Description Usage Arguments Value Examples

View source: R/viz.R

Description

Plot speed as estimated from tag jiggle. Requires package cowplot.

Usage

1
plot_speed(prh, smooth = 1)

Arguments

prh

PRH data frame with speed column

smooth

Width of smoothing window in seconds

Value

A gg object (see cowplot)

Examples

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()

FlukeAndFeather/jiggle documentation built on Oct. 30, 2019, 6:18 p.m.