image.mlist {mscalib} | R Documentation |
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.
## S3 method for class 'mlist': image(x,what="",col=terrain.colors(100),...)
... |
|
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 |
Witold Wolski wolski@molgen.mpg.de
data(mvl) image(mvl,what="lengthmv")