tiltometer_rose: plot windrose for currents

Description Usage Arguments Value

View source: R/graphics.R

Description

this is a wrapper around windrose

Usage

1
2
3
4
5
6
7
8
tiltometer_rose(
  x = read_tiltometer(),
  legend_title = "Current Speed",
  title = NA,
  speed.cuts = NA,
  flip = TRUE,
  ...
)

Arguments

x

tibble of tiltometer data

legend_title

title of legend

title

character, or NA. Title of the plot, or NA to skip

speed.cuts

character, numeric, or NA.

  • NA - the default, auto compute 5 quantiles

  • character - "quantile-3" or "quantile-4", computer 3 or 4 quantiles

  • numeric - explicit cut points in a vector

flip

plotting water, not wind, default TRUE

...

further arguments passed to theme

Value

ggplot


rfrancolini/tiltometer documentation built on Dec. 22, 2021, 3:08 p.m.