plotPieGrid: Plots Pie Charts over Grids

Description Usage Arguments Details Value Examples

View source: R/plotPieGrid.R

Description

plotPieGrid Plots Pie Charts over Grids

Usage

1
2
plotPieGrid(data, shape1, factor, main = "Pie Plot Over Grid", size = c(1,
  1), cs = c(5, 5), legend = TRUE, legend.pos = "bottomright")

Arguments

data

Spatial Points Data Frame object of Data

factor

Categorical Variable to Plot

main

Title for Map

size

Size of subplots

cs

Size of grid

legend

Boolean for whether to plot legend

legend.pos

Position of legend

shape

Spatial Polygon Data Frame

Details

Superimposes Pie Charts over Grids

Value

geospatial visualization

Examples

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

## End(Not run)

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