Create Monthly Wave Height Bar Plot
create_plot_monthly_wave.RdCreate Monthly Wave Height Bar Plot
Examples
if (FALSE) { # \dontrun{
seasonal <- list(
monthly = data.frame(
month_name = month.abb,
mean = runif(12, 1, 4),
sd = runif(12, 0.3, 1.0)
)
)
create_plot_monthly_wave(seasonal)
} # }