powered by
display shows graphs characterizing one or a list of ARMA models.
display
display(um, ...)# S3 method for um display( um, lag.max = 25, n.freq = 501, log.spec = FALSE, graphs = c("acf", "pacf", "spec"), byrow = FALSE, eq = TRUE, ... )# S3 method for default display(um, ...)
# S3 method for um display( um, lag.max = 25, n.freq = 501, log.spec = FALSE, graphs = c("acf", "pacf", "spec"), byrow = FALSE, eq = TRUE, ... )
# S3 method for default display(um, ...)
an object of class um or a list of these objects.
um
additional arguments.
number of lags for ACF/PACF.
number of frequencies for the spectrum.
logical. If TRUE log spectrum is computed.
vector of graphs.
orientation of the graphs.
logical. If TRUE the model equation is used as title.
um1 <- um(ar = "(1 - 0.8B)(1 - 0.8B^12)") um2 <- um(ma = "(1 - 0.8B)(1 - 0.8B^12)") display(list(um1, um2))
Run the code above in your browser using DataLab