wavStackPlot {wmtsa}R Documentation

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.

Note

An extended data analysis plot is shown.

See Also

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

Examples

methods(wavStackPlot)

[Package wmtsa version 1.0-4 Index]