image.mlist {mscalib}R Documentation

Display a Color Image

Description

Creates a grid of colored or gray-scale rectangles with colors corresponding to the values in 'z'. This can be used to display three-dimensional or spatial data aka "images". This is a generic function.

Usage

## S3 method for class 'mlist':
image(x,what="",col=terrain.colors(100),...)

Arguments

...
col a list of colors such as that generated by 'rainbow', 'heat.colors', 'topo.colors', 'terrain.colors' or similar functions.
what what value to display on the image.
x object of class mlist. (e.g

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mvl)
 image(mvl,what="lengthmv")

[Package Contents]