Learn R Programming

colorplane (version 0.5.0)

IntensityColorPlane-class: IntensityColorPlane

Description

An association of intensities and colors

IntensityColorPlane constructor

Usage

IntensityColorPlane(intensity, cols = rainbow(255), alpha = 1)

Value

a new IntensityColorPlane instance

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

Slots

intensity

a vector of intensity values

alpha

a vector of alpha values

colmap

a color map containing a vector of hex character codes