polygon_from_list: Polygon from list

Description Usage Arguments Value Examples

Description

Creates polygon from coordinate list

Usage

1
polygon_from_list(list_of_points)

Arguments

list_of_points

List of point vectors

Value

a sfc

Examples

1
2
3
4
5
## Not run: 
ls <- list(c(long, lat), c(long+ 0.001, lat), c(long+0.001, lat +0.0005))
poly <- polygon_from_list(ls)

## End(Not run)

peloyeje/map536-cadastertools documentation built on May 14, 2019, 4:03 a.m.