Plot wind rose
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
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.