plot_ocdr: Plot OCDR

Description Usage Arguments Value Examples

View source: R/viz.R

Description

Create a plot of orientation-corrected depth rate during descents.

Usage

1
plot_ocdr(prh)

Arguments

prh

PRH data frame with OCDR calculated

Value

A gg object (see cowplot)

Examples

1
2
3
4
prh_expl %>%
  jgl_desc() %>%
  jgl_ocdr() %>%
  plot_ocdr()

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