plot_rms: Plot OCDR ~ jiggle

Description Usage Arguments Value Examples

View source: R/viz.R

Description

Plots OCDR against the norm of the triaxial jiggle.

Usage

1
plot_rms(prh)

Arguments

prh

PRH data frame with ocdr and rms_acc columns.

Value

A ggplot object

Examples

1
2
3
4
prh_ocdr <- jgl_ocdr(jgl_desc(prh_expl))
acc_filt <- jgl_filtacc(Araw_expl, 10, 90)
acc_rms <- jgl_accrms(prh_ocdr, acc_filt)
plot_rms(acc_rms)

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