color.height_map {graphics} R Documentation

construct a color heigh map

Description

Usage

color.height_map(colors,
    levels = 255,
    desc = FALSE);

Arguments

colors

the color set for construct the color height map, the colors used in this parameter is used as the checkpoint for evaluate the intensity scale value. A raster image object also could be used in this parameter.

levels

[as integer]

desc

should this function reverse the color vector order?. [as boolean]

env

[as Environment]

Details

Authors

graphics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package graphics version 1.0.0.0 Index]