plotPiePoly: Plots Pie Charts over Polygons

Description Usage Arguments Details Value Examples

View source: R/plotPiePoly.R

Description

plotPiePoly Plots Pie Charts over Polygons

Usage

1
2
plotPiePoly(data, shape, factor, main = "Pie Plot", size = c(1, 1),
  legend = TRUE, legend.pos = "bottomright")

Arguments

data

Spatial Points Data Frame object of Data

shape

Spatial Polygon Data Frame

factor

Categorical Variable to Plot

main

Title for Map

size

Size of subplots

legend

Boolean for whether to plot legend

legend.pos

Position of legend

Details

Superimposes Pie Charts over polygons

Value

geospatial visualization

Examples

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

## End(Not run)

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