Heat Map
Usage
# S4 method for class 'TimeSeries'
image(x, calendar = get_calendar(), k = 1, ...)Arguments
- x
A
TimeSeriesobject.- calendar
A
TimeScaleobject specifying the target calendar (seecalendar()).- k
An
integerspecifying the slice ofxalong the third dimension to be plotted.- ...
Further parameters to be passed to
graphics::image().
Value
image() is called for its side-effects: it results in a graphic
being displayed. Invisibly returns x.

