get.poly: Get Polygons from a Shapefile

Description Usage Arguments Value Author(s) References Examples

Description

It produces an object with polygons that can be used to overprint values on the plot.

Usage

1

Arguments

x

is the shapefile object.

Value

A maxtirx containing the polygon values.

Author(s)

Daniel Marcelino

References

www.metodologiapolitica.com.br

Examples

1
2
3
4
sids <- maptools::readShapePoly(system.file("shapes/sids.shp",
package="maptools") )

plot(poly <- get.poly(sids))

SciencePo documentation built on May 2, 2019, 5:53 p.m.