.ah2sp | R Documentation |
Convert Alpha Hull object into a shapefile
.ah2sp( x, increment = 360, rnd = 10, proj4string = sp::CRS(as.character(NA)), tol = 1e-04 )
x |
an alpha hull object |
increment |
numeric. Increments |
rnd |
numeric. Decimal rounding |
proj4string |
crs object with the spatial projection. |
tol |
numeric. tolerance |
Function written by Andrew Bevan, found on R-sig-Geo, and modified by Pascal Title
a sp polygon object
Pascal Title (original version), Josep M Serra-Diaz (modifications)
Alpha hulls are created with ahull
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.