timeSeries
or
signalSeries
objects on the current
plotting device. This is a generic function, and currently has
methods for timeSeries, signalSeries, and list classes.
trellisPlot(x, ...)
trellis
, which is automatically plotted
by
print.trellis
.
This function creates a Trellis plot of one or more signal or time series objects. It is a generic function. If it is called with a list as its first argument, it will call the timeSeries or signalSeries method, depending on the type of the first list element; all list elements must be the same type.
trellisPlot(say.wavelet+100i, polar=T, real.im=T, scales=list(y=list(relation="free"))) trellisPlot(djia[18100:18200,1:4], djia[18100:18200,"volume"], scales=list(y=list(relation="free")), plot.type=c("hloc", "stackbar"))