powered by
Plot the result obtained from the beast function.
# S3 method for beast plot(x, index, ...)
x must be an object of class "beast". It is the returned result from the beast function.
If x contains results for multiple time series. indx specifies which of them is plotted.
indx
further arguments passed to the plot function.
plot
This function creates various plots to demonstrate the results of a beast decomposition. .
# NOT RUN { library(Rbeast) data(simdata) result=beast(simdata) plot(result,1) plot(result,2) # }
Run the code above in your browser using DataLab