IntensityColorPlane-class {colorplane} | R Documentation |
IntensityColorPlane
Description
An association of intensities and colors
IntensityColorPlane constructor
Usage
IntensityColorPlane(intensity, cols = rainbow(255), alpha = 1)
Arguments
intensity |
a numeric vector of intensity values |
cols |
a vector of hex character codes |
alpha |
a vector of alpha values ranging from 0 to 1 |
Value
a new IntensityColorPlane
instance
Slots
intensity
a vector of intensity values
alpha
a vector of alpha values
colmap
a color map containing a vector of hex character codes
[Package colorplane version 0.5.0 Index]