Print a "tsdiagplot"
object.
# S3 method for tsdiagplot
print(x, ..., portrait=FALSE)
print1.tsdiagplot(x)
print2.tsdiagplot(x)
a "tsdiagplot"
object
Optional arguments to print
.
The only …\ argument that is used is pages
.
If pages
is not used or pages==1
, then use print1.tsdiagplot
.
If pages!=1
, then use print2.tsdiagplot
.
logical. If FALSE
, arrange the panels for a
landscape orientation (pdf with width=12 inches looks good).
If TRUE
, arrange the panels for a
portrait orientation (pdf with height=13 inches looks good).
A "tsdiagplot"
object is a collection of several
"trellis"
objects. We provide two options for printing them.