Learn R Programming

SDD (version 1.2)

plot.SDD: Plot Method for SDD objects

Description

Plot method for objects of class "SDD".

Usage

"plot" (x, norm = FALSE, stability = FALSE, step = 5, ...)

Arguments

x
a SDD object
norm
an optional logical; if TRUE, when dtype="ADF" or when dtype="ACF", the "normalized" p-values of the ADF are computed.
stability
an optional logical; if TRUE, when dtype="RPADF", to evaluate the stability of the test-results a graphical representation of the confidence interval is displayed.
step
an optional scalar; it sets the step between x-ticks in plot. Default value is 5.
...
graphics parameters to be passed to the plotting routines.

Value

No values are returned from the plot function.

See Also

SDD-package, ADF, SMI

Examples

Run this code
data("SMI")
res <- ADF(SMI, plot=FALSE)
plot(res)


Run the code above in your browser using DataLab