print.tsdiagplot
From HH v3.1-43
by Richard Heiberger
Print a "tsdiagplot" object.
Print a "tsdiagplot"
object.
- Keywords
- hplot
Usage
# S3 method for tsdiagplot
print(x, ..., portrait=FALSE)
print1.tsdiagplot(x)
print2.tsdiagplot(x)
Arguments
- x
a
"tsdiagplot"
object- …
Optional arguments to
print
. The only …\ argument that is used ispages
. Ifpages
is not used orpages==1
, then useprint1.tsdiagplot
. Ifpages!=1
, then useprint2.tsdiagplot
.- portrait
logical. If
FALSE
, arrange the panels for a landscape orientation (pdf with width=12 inches looks good). IfTRUE
, arrange the panels for a portrait orientation (pdf with height=13 inches looks good).
Details
A "tsdiagplot"
object is a collection of several
"trellis"
objects. We provide two options for printing them.
See Also
Community examples
Looks like there are no examples yet.