plot_wind_rose: Plot wind rose

Description Usage Arguments

Description

Plot wind rose

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_wind_rose(
  df,
  wspd_var,
  wdir_var,
  wspd_breaks = c(3, 6, 9),
  facet_var = NULL,
  legend_tile = "Wind Speed\n(m/s)",
  n_col = 1,
  ggtheme = "bw",
  legend_title_align = 0.5
)

Arguments

wspd_var

string variable for wind speed

wdir_var

string variable for wind direction

wspd_breaks

breaks for wind speed

facet_var

string variable name used for the facet plot

legend_tile

legend title

n_col

number of columns in the facet plot


seunjeong/rwrf documentation built on Feb. 12, 2021, 4:07 p.m.