wmtsa (version 2.0-3)

wavStackPlot: Generic function for generating stacked plots

Description

Stackplots stack each plot on top of one another without having to manually divide the ploting region via par("mfrow") or other.

Usage

wavStackPlot(x, ...)

Arguments

x

any object. Missing values ( NAs) are allowed.

...

optional arguments to be passed directly to the inherited function without alteration and with the original names preserved.

See Also

wavMRD, wavTransform, eda.plot, crystal.names.

Examples

Run this code
# NOT RUN {
methods(wavStackPlot)
# }

Run the code above in your browser using DataLab