Learn R Programming

SignalY (version 1.1.1)

plot.signal_analysis: Plot Method for signal_analysis Objects

Description

Generate diagnostic visualizations for signal analysis results.

Usage

# S3 method for signal_analysis
plot(x, which = "all", ask = NULL, ...)

Value

Invisibly returns the input object

Arguments

x

An object of class signal_analysis

which

Character vector specifying which plots to create. Options: "all", "filters", "horseshoe", "pca", "dfm", "unitroot". Default is "all".

ask

Logical, whether to prompt before each plot (default: TRUE in interactive mode)

...

Additional arguments passed to plotting functions