powered by
Returns the centroid of the largest inscribed circle for each shape
geos_circle_center(shp, tolerance = 0.01, epsg = 3857)
A geos geometry list
An sf dataframe
positive numeric tolerance to simplify by. Default is 0.01.
numeric EPSG code to planarize to. Default is 3857.
data(towns) geos_circle_center(towns)
Run the code above in your browser using DataLab