poly_area: Calculate polygon area by category within buffers of points

Description Usage Arguments

Description

For a set of points, buffer each point and calculate the amount of area by land use category

Usage

1
2
poly_area(points, IDs, buffer_size, polygons, categories,
  standardize = FALSE, shorten_names = TRUE)

Arguments

points

Spatial points object

IDs

Unique ID field in points

buffer_size

Radius used to buffer points.

polygons

Spatial polygons object, which contains land use classes

categories

Land use classes in the spatial polygon object

standardize

Row Standardize area calculations to proportions instead of area

shorten_names

When TRUE will shorten land use class names in the output to the first word.


gisUTM/lur documentation built on May 31, 2019, 1:56 p.m.