plot.SDD: Plot Method for SDD objects

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot method for objects of class "SDD".

Usage

1
2
  ## S3 method for class 'SDD'
 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.

Author(s)

Luca Bagnato, Lucio De Capitani, Angelo Mazza and Antonio Punzo

See Also

SDD-package, ADF, SMI

Examples

1
2
3
data("SMI")
res <- ADF(SMI, plot=FALSE)
plot(res)

SDD documentation built on May 2, 2019, 9:26 a.m.