rgb {MsImaging} R Documentation

rendering ions MSI in (R,G,B) color channels

Description

Usage

rgb(viewer, r, g, b,
    background = "black",
    tolerance = "da:0.1",
    maxCut = 0.75,
    TrIQ = TRUE,
    pixelSize = [5]);

Arguments

viewer

[as Drawer]

r

the ion m/z value for the color red channel. [as double]

g

the ion m/z value for the color green channel. [as double]

b

the ion m/z value for the color blue channel. [as double]

tolerance

the ion m/z mass tolerance error

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type Bitmap.

clr value class

Examples


[Package MsImaging version 1.0.0.0 Index]