Display the held-out cells as a cohort x dev heatmap coloured by
AEG (red = under-projected (actual > pred), blue = over-projected
(actual < pred), white at 0).
Usage
# S3 method for class 'Backtest'
plot_triangle(x, theme = c("view", "save", "shiny"), ...)Arguments
- x
An object of class
"Backtest".- theme
String passed to
.switch_theme().- ...
Extra arguments passed to
.switch_theme().
