A Gantt-style chart of when each technology (and storage) can be built
(solid bar, from @start to @end; defaults to the horizon when the slots
are empty) and how long the last-built vintage can operate (translucent
tail, end + olife). Faceted by region when the windows differ regionally.
autoplot(model, type = "windows") and
autoplot(repository, type = "windows") dispatch here.
Arguments
- x
a
modelorrepositoryobject.- region
character vector to filter regions, or
NULL(all).- horizon
a
horizonobject used for defaults; taken from the model's config automatically (optional for a repository).- object
a
model/repositoryobject (autoplot methods).- type
only
"windows"currently.- ...
passed on to
plot_process_windows().
Examples
if (FALSE) { # \dontrun{
autoplot(mod, type = "windows")
plot_process_windows(repo, horizon = newHorizon(2020:2050))
} # }
