Heat Map
Usage
# S4 method for class 'TimeSeries'
image(x, calendar = getOption("aion.calendar"), k = 1, ...)
Arguments
- x
A
TimeSeries
object.- calendar
A
TimeScale
object specifying the target calendar (seecalendar()
).- k
An
integer
specifying the slice ofx
along 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
.