summary and print and subscript methods for tsdiagplot and related objects.
# S3 method for arma.loop
summary(object, ...)
# S3 method for arma.loop.list
summary(object, ...)
# S3 method for arma.loop
print(x, ...)
# S3 method for arma.loop.list
print(x, ...)
# S3 method for tsacfplots
print(x,
               ts.pos=c(.00, .00,  .70, 1.00),
               acf.pos=c(.65, .10, 1.00,  .90),
               ...,
               portrait=FALSE,
               ts.pos.portrait=c(0, .3, 1, 1),
               acf.pos.portrait=c(.1, 0, .9, .35))
# S3 method for arma.loop
[(x, ..., drop = TRUE)
# S3 method for diag.arma.loop
[(x, ..., drop = TRUE)object to be summarized or printed or subscripted.
Default positions for print.trellis
logical.  If FALSE, arrange the panels for a
    landscape orientation.
    If TRUE, arrange the panels for a
    portrait orientation.
additional arguments
See