assign_points_to_polygons: Assign points an area id bif they are inside defined...

Description Usage Arguments Value

Description

assign_points_to_polygons takes a dataframe of of individual points, and a dataframe of points defining polygons (in the form returned by build_polygon_df) and assigns area ids to points contained in the polygons.

Usage

1

Arguments

points

dataframe.

polygons

dataframe.

Value

Dataframe identical to points dataframe, with area.id variable added. Points which do not fall within polygon boundaries will have area.id = NA.


jwbannister/maricungaVeg documentation built on May 20, 2019, 6:22 a.m.