scale {graphics2D} R Documentation

scale a numeric vector as the color value vector

Description

Usage

scale(x, colorSet,
    levels = 25,
    TrIQ = 0.65,
    zero = NULL);

Arguments

x

[as double]

colorSet

-

levels

[as integer]

TrIQ

set value negative or greater than 1 will be disable the TrIQ scaler. [as double]

Details

Authors

graphics

Value

A color character vector in html code format

clr value class

Examples


[Package graphics2D version 1.0.0.0 Index]