geos_centerish {geomander} | R Documentation |
Get the kind of center of each shape
Description
Returns points within the shape, near the center. Uses the centroid if that's in the shape, or point on surface if not.
Usage
geos_centerish(shp, epsg = 3857)
Arguments
shp |
An sf dataframe |
epsg |
numeric EPSG code to planarize to. Default is 3857. |
Value
A geos geometry list
Examples
data(towns)
geos_centerish(towns)
[Package geomander version 2.3.0 Index]