powered by
Plot methods for objects of class "bfast".
# S3 method for bfast plot(x, type = c("components", "all", "data", "seasonal", "trend", "noise"), sim = NULL, largest=FALSE, main, ANOVA = FALSE, ...)
bfast object
bfast
Indicates the type of plot. See details.
Optional stl object containing the original components used when simulating x.
stl
x
If TRUE, show the largest jump in the trend component.
if TRUE Derive Slope and Significance values for each identified trend segment
an overall title for the plot.
further arguments passed to the plot function.
plot
This function creates various plots to demonstrate the results of a bfast decomposition. The type of plot shown depends on the value of type.
type
componentsShows the final estimated components with breakpoints.
allPlots the estimated components and breakpoints from all iterations.
dataJust plots the original time series data.
seasonalShows the trend component including breakpoints.
trendShows the trend component including breakpoints.
noisePlots the noise component along with its acf and pacf.
If sim is not NULL, the components used in simulation are also shown on each graph.
sim
NULL
# NOT RUN { ## See \code{\link[bfast]{bfast}} for examples. # }
Run the code above in your browser using DataLab