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