Polygon Areas | R Documentation |
Given a set of polygons, returns the area of each polygon.
poly.areas(polys)
polys |
A |
A list of areas of the same length as the number of polygons in polys
.
Chris Brunsdon, Binbin Lu
# Data for New Haven to use in example
data(newhaven)
# What is the area each census block?
poly.areas(blocks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.