These are methods for the generic plot commands
contour
and image
, for the class "listof"
. The commands will display each object in the list x
,
either as a contour plot
(contour.listof
) or a pixel image plot (image.listof
),
with the displays laid out in a grid.
See plot.listof
for more information.
For the image plot, if equal.ribbon=FALSE
,
the images are rendered using different colour maps,
which are displayed as colour ribbons beside each image.
If equal.ribbon=TRUE
, the images are rendered using the
same colour map, and a single colour ribbon will be displayed at the right
side of the array.
The colour maps and the placement of the colour ribbons are
controlled by arguments ...
passed to plot.im
.