map2RGB {sonicscrewdriver}R Documentation

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)

Arguments

red

The red channel vector

green

The green channel vector

blue

The blue channel vector

Value

A vector of RGB values


[Package sonicscrewdriver version 0.0.7 Index]