Description Usage Arguments Value Examples
Plots OCDR against the norm of the triaxial jiggle.
1 | plot_rms(prh)
|
prh |
PRH data frame with |
A ggplot object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.