multiTrellis-class: Class "multiTrellis".

Description Objects from the Class Slots Methods Author(s) Examples

Description

A class designed to hold multiple lattice plots and their layout on a single device page. At the moment, this is mostly unimplemented and only a single plot is stored.

Objects from the Class

Objects of this class are typically returned by plotting routines in this package. They can also be created via the multiTrellis function, though this is not meant to be done directly.

Slots

plots:

List of plots to include in the multiTrellis object. Currently only one plot is allowed.

layout:

Currently unused. Meant to store the layout of the plots on a device in the future.

mainTitle:

Currently unused.

panelLayout:

layout (rows and columns) of panels of each plot. Can be a length 2 numeric vector or a length 0 vector, in which case it is not used.

maxPanels:

Maximum number of panels to display on each page. Overrides layout if of length > 0.

Methods

show

signature(object = "multiTrellis"): This print method plots the object

Author(s)

Mango Solutions

Examples

1
2
3
4
## Not run: 
showClass("multiTrellis")

## End(Not run)

MangoTheCat/RNMGraphics documentation built on May 8, 2019, 3:51 p.m.