heatMap: Interactive heatmaps and contour lines

Description Usage Arguments Examples

View source: R/heatMap.R

Description

This is a wrapping function to create interactive heatmaps and contour lines from a SpatialGridDataFrame.

Usage

1
2
heatMap(x, bm = "stamen.toner.lite", show.contour = TRUE,
  show.gradient = TRUE, nlevels = 12, ...)

Arguments

x

a SpatialGridDataFrame.

bm

a character string giving the base map tiles server adress. Use bmSource to get a list of preconfigured servers.

show.contour

a logical stating whether contour lines should be displayed.

show.gradient

a logical stating whether the heatmap should be displayed.

nlevels

if show.contour is TRUE, number of contour levels.

...

other arguments to be passed to writeMap

Examples

1
2
3
4
5
## Not run: 
data(cholera)
heatMap(cholera$deaths.den)

## End(Not run)

Hackout2/epimap documentation built on May 6, 2019, 9:47 p.m.