alphahull: an R Package for Alpha-Convex Hull | /en/2010/04/alphahull-an-r-package-for-alpha-convex-hull/
alphahull: an R Package for Alpha-Convex Hull
https://yihui.org/en/2010/04/alphahull-an-r-package-for-alpha-convex-hull/
https://yihui.org/en/2010/04/alphahull-an-r-package-for-alpha-convex-hull/
Guest *Matt Moehr* @ 2010-06-30 00:41:55 originally posted:
Are you saying that R has a function for an alpha convex? I've been looking for something like this for my dissertation work. I'm trying to turn geolocated photographs in publically-available websites (flickr, picasa, photobucket) into definitions of cities, towns, and neighborhoods. So far I have API wrappers written in PHP which dump into MySQL databases. If I can pipe my data into an R program, I can do the whole project open source and free!
Here's a blog that put the idea in my head:
http://code.flickr.com/blog/2008/10/30/the-shape-of-alpha/
see the function chull() in base R (and run the example there)
Originally posted on 2010-07-02 11:05:51
Guest *Stephen Gregory* @ 2011-01-11 10:44:50 originally posted:
Great job!
Guest *Kevin Goulding* @ 2012-03-04 15:22:12 originally posted:
Nice! Is there a way to export the alphahull as a polygon shapefile?
I do not know, but I see you have got a reply in the r-help mailing list.
Originally posted on 2012-03-04 20:01:17
Sign in to join the discussion
Sign in with GitHub