Learn R Programming

SDD (version 1.0)

plot.SDD: Plot Method for SDD objects

Description

Plot method for objects of class "SDD".

Usage

## S3 method for class 'SDD':
plot(x, norm = FALSE, stability = FALSE, step = 5, \dots)

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