Plots the sub-annual weather factor wval (a capacity / availability factor)
of a weather object, in one of three styles:
"heatmap"(default) — a calendar heatmap (finest timeframe ony, next onx), faceted by region; the value's unit is on the fill legend;"line"— the factor against the finest time level (e.g. hour), one line per coarser level (e.g. season), faceted by region;"area"— the same as"line"with filled areas.
The value axis (fill for the heatmap, y for line/area) is labelled with the
object's @unit (or "capacity factor" if unset).
Arguments
- object
A
weatherobject.- style
One of
"heatmap"(default),"line","area".- calendar
A
calendarobject (or format string) giving the timeslice layout. Recommended for a fully structured view. IfNULL, the layout is guessed; when that fails,"<prefix>_h##"-style timeslices (e.g. season+hour) are split into a coarse label + hour, otherwise timeslices are shown on a single ordered axis. In every case region and year (when present) are drawn as facets.- palette
Viridis color option for the heatmap fill.
- datetime
Logical (line/area only). If
TRUE, place the profile on a real datetime axis viatsl2dtm(); if the timeslice type is not yet supported the categorical axis is kept (with a warning).- angle
Rotation (degrees) for the x-axis tick labels; overlapping labels are dropped so dense sub-annual axes stay legible. Default
45;0= flat.- ...
Reserved for future use.
