Trellis Plot of a Signal or Time Series

DESCRIPTION:

Create a Trellis plot of one or more timeSeries or signalSeries objects on the current plotting device. This is a generic function, and currently has methods for timeSeries, signalSeries, and list classes.

USAGE:

trellisPlot(x, ...)

REQUIRED ARGUMENTS:

x
first object or list of objects to plot.

OPTIONAL ARGUMENTS:

...
additional object or graphical arguments.

VALUE:

an object of class trellis, which is automatically plotted by print.trellis.

DETAILS:

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.

EXAMPLES:

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"))

SEE ALSO:

,