get_parent_polygon: Get parent polygon

Description Usage Arguments Value Examples

View source: R/get_parent_polygon.R

Description

Gets the shape of the sf_dataframe that intersects the given polygon

Usage

1
get_parent_polygon(polygon, sf_dataframe)

Arguments

polygon

A sfg object (single polygon)

sf_dataframe

A SF dataframe

Value

A 1*n SF dataframe containing the matched line

Examples

1
2
3
4
## Not run: 
feuille <- get_parent_polygon(building, parcelles)

## End(Not run)

peloyeje/cadastertools documentation built on May 19, 2019, 3:02 a.m.