Computation of the alpha-shape and alpha-convex hull of a given sample of points in the plane. The concepts of alpha-shape and alpha-convex hull generalize the definition of the convex hull of a finite set of points. The programming is based on the duality between the Voronoi diagram and Delaunay triangulation. The package also includes a function that returns the Delaunay mesh of a given sample of points and its dual Voronoi diagram in one single object.
Version: | 2.0 |
Depends: | ggplot2, tripack, sgeostat, spatstat, splancs |
Published: | 2015-03-20 |
Author: | Beatriz Pateiro-Lopez, Alberto Rodriguez-Casal. |
Maintainer: | Beatriz Pateiro-Lopez <beatriz.pateiro at usc.es> |
License: | file LICENSE |
NeedsCompilation: | yes |
CRAN checks: | alphahull results |
Reference manual: | alphahull.pdf |
Vignettes: |
Generalizing the Convex Hull of a Sample: The R Package alphahull |
Package source: | alphahull_2.0.tar.gz |
Windows binaries: | r-devel: alphahull_2.0.zip, r-release: alphahull_2.0.zip, r-oldrel: alphahull_2.0.zip |
OS X Snow Leopard binaries: | r-release: alphahull_2.0.tgz, r-oldrel: alphahull_2.0.tgz |
OS X Mavericks binaries: | r-release: alphahull_2.0.tgz |
Old sources: | alphahull archive |
Reverse depends: | molaR |
Reverse imports: | qlcVisualize |
Reverse suggests: | alphashape3d, directlabels, rollply |