find_hull: Draw convex hull polygon around a collection of points

View source: R/spatial.R

find_hullR Documentation

Draw convex hull polygon around a collection of points

Description

Draw convex hull polygon around a collection of points

Usage

find_hull(df)

Arguments

df

A data frame containing the latitude (lat) and longitude (long) of point features.

Value

A data frame with convex hull vertices.

Examples

find_hull(df)

kstierhoff/atm documentation built on Jan. 30, 2025, 11:21 p.m.