image.massvector {mscalib}R Documentation

Display a Color Image

Description

Creates a grid of colored or gray-scale rectangles with colors corresponding to the mass differences within the peaklist or within two peaklists.

Usage

## S3 method for class 'massvector':
image(x,mv2,error=NULL,ppm=FALSE,col=topo.colors(100),...)

Arguments

...
col a list of colors such as that generated by `rainbow',`heat.colors', `topo.colors', `terrain.colors' or similar functions.
error up to which mass difference display the differences.
mv2 massvector
ppm
x massvector

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

plot.massvector, hist.massvector,

Examples

 data(mv2)
 data(mv1)
 image(mv1,mv2)
 image(mv1,mv2,error=500)

[Package Contents]