plot.DeCAFSout: DeCAFS Plotting

View source: R/plot.R

plot.DeCAFSoutR Documentation

DeCAFS Plotting

Description

DeCAFS output plotting method.

Usage

## S3 method for class '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

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")


DeCAFS documentation built on Jan. 6, 2023, 5:27 p.m.