gridDensity: Create Grid Heat Map

Description Usage Arguments Details Value Examples

View source: R/gridDensity.R

Description

gridDensity Create Grid Heat Map

Usage

1
2
gridDensity(data, shape, cs = c(1, 1), col = "blue", scale = TRUE,
  heat = FALSE, main = "Grid Density Heat Map")

Arguments

data

Spatial Points Data Frame object of Data

shape

Spatial Polygon Data Frame

cs

Size of grid

main

Title for Map

factor

Categorical Variable to Plot

time

Title for Map

legend

Boolean for whether to plot legend

size

Size of subplots

legend.pos

Position of legend

Details

Create Grid Heat Map

Value

geospatial visualization

Examples

1
2
3
4
## Not run: 
gridDensity(df, shape)

## End(Not run)

maelezo/mzgeo documentation built on May 24, 2019, 5:07 a.m.