plot_chiclet_chart: plot_chiclet_chart

View source: R/chiclet_chart.R

plot_chiclet_chartR Documentation

plot_chiclet_chart

Description

Generate a plot of deterministic forecasts compared with daily climatology.

Usage

plot_chiclet_chart(df)

Arguments

df

data.frame obtained from make_chiclet_chart().

Examples

## Not run: 
  df <- make_chiclet_chart(input_dir = "forecast",
                              p = fireBBOX,
                              event_dates = event_dates,
                              obs = "CAMS_frpfire.nc")
  plot_chiclet_chart(df)

## End(Not run)


ecmwf/caliver documentation built on March 25, 2022, 6:59 a.m.