Visualise the A/E Error (ae_err) of a "Backtest" object.
Three plot types:
"col": A/E Error aggregated by development period (one line per summary statistic)."diag": A/E Error aggregated by calendar diagonal."cell": per-cell A/E Error as a scatter / line, faceted by group.
Arguments
- x
An object of class
"Backtest".- type
Plot type. One of
"col","diag","cell".- cell_type
Which projection view to display. One of
"cumulative"(default; usesae_err) or"incremental"(usesincr_ae_err). Both are stored on everyBacktestobject – pick the view at plot time.- scales
Facet scale argument. One of
"fixed","free","free_x","free_y".- theme
String passed to
.switch_theme().- ...
Extra arguments passed to
.switch_theme().
