heat.values: Returns values of color of points for heat-map in RGB system

Description Usage Arguments Examples

View source: R/MapTools.R

Description

Returns values of color of points for heat-map in RGB system according to the high of the value provided.

Usage

1
heat.values(XX, MAX = NULL)

Arguments

XX

Vector of the variable to color

MAX

Value supposed to be the hottest. If Nothing is precised, the maximum value of the dataset is chosen.

Examples

1
2
data(Kenya) 
heat.values(Kenya$Asconc)

giby/Linarius documentation built on May 17, 2019, 4:20 a.m.