st_point2poly.Rd
st_point2poly
st_point2poly(xyz, crs = 4326) df2rast(xyz) rast2poly(r, crs = 4326) st_dissolve(x, by = NULL, ...)
matrix or data.frame with at least three columns: x and y coordinates, and values (z). There may be several 'z' variables (columns)
one of (i) character: a string accepted by GDAL, (ii) integer, a valid EPSG value (numeric), or (iii) an object of class crs.
https://gis.stackexchange.com/questions/192771/how-to-speed-up-raster-to-polygon-conversion-in-r
raster::rasterFromXYZ()