heat.points: Makes heat map

Description Usage Arguments Examples

View source: R/MapTools.R

Description

Plot color points according to an alternate variable.

Usage

1
2
heat.points(XX, coord, MAX = max(XX), loc = c(0, 0), length = 1000,
  unit = "", pch = 16, cex = par("cex"), digits = 0, offset = 0)

Arguments

XX

something

MAX

I guess it was maximum

loc

Position of scalebare (longitude and latitude)

length

Length of scalebare

unit

Unit of scalebare

Examples

1
2
3
4
5
require(sp)
data(Kenya) 
plot(Geotermal.Area)
plot(Hells.NP,add=T,col="grey98") 
heat.points(Kenya$Asconc, coord ,loc=c(205000,9896000),offset=0.1,length=3000)

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