plot.DeCAFSout {DeCAFS} | R Documentation |
DeCAFS output plotting method.
## S3 method for class 'DeCAFSout'
plot(x, ...)
x |
the output object from a DeCAFS call |
... |
Additional graphical parameters to be passed down to the plot function |
An R plot
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")