map2RGB: Map three vectors to RGB
Description
Maps three vectors of equal length to RGB for use in false-colour index
spectrograms
Usage
map2RGB(red, green, blue)
Value
A vector of RGB values
Arguments
- red
The red channel vector
- green
The green channel vector
- blue
The blue channel vector