Learn R Programming

DeCAFS (version 3.2.3)

plot.DeCAFSout: DeCAFS Plotting

Description

DeCAFS output plotting method.

Usage

# S3 method for DeCAFSout
plot(x, ...)

Arguments

x

the output object from a DeCAFS call

...

Additional graphical parameters to be passed down to the plot function

Value

An R plot

Examples

Run this code
# NOT RUN {
set.seed(42)
Y <- dataRWAR(n = 1e3, phi = .5, sdEta = 1, sdNu = 3,  jumpSize = 15, type = "updown", nbSeg = 5)
res = DeCAFS(Y$y)
plot(res, type = "l")

# }

Run the code above in your browser using DataLab