Generate a plot of deterministic forecasts compared with daily climatology.
plot_chiclet_chart(df)
data.frame obtained from make_chiclet_chart()
.
if (FALSE) {
df <- make_chiclet_chart(input_dir = "forecast",
p = fireBBOX,
event_dates = event_dates,
obs = "CAMS_frpfire.nc")
plot_chiclet_chart(df)
}