Last data update: 2014.03.03

alphahull

Package: alphahull
Version: 2.1
Date: 2016-02-10
Title: Generalization of the Convex Hull of a Sample of Points in the
Plane
Author: Beatriz Pateiro-Lopez [aut, cre], Alberto Rodriguez-Casal, [aut].
Maintainer: Beatriz Pateiro-Lopez <beatriz.pateiro@usc.es>
Imports: ggplot2, tripack, R.utils, sgeostat, spatstat, splancs
Description: 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.
License: file LICENSE
NeedsCompilation: yes
Packaged: 2016-02-15 10:57:14 UTC; beatriz
License_restricts_use: yes
Repository: CRAN
Date/Publication: 2016-02-15 13:47:04

● 0 images, 23 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'alphahull' ...
** package 'alphahull' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c delaunaycircum.f -o delaunaycircum.o
f95   -fpic  -g -O2  -c tripack.f -o tripack.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o alphahull.so delaunaycircum.o tripack.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/alphahull/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'alphahull'
    finding HTML links ... done
    ahull                                   html  
    ahull_track                             html  
    alphahull-package                       html  
    anglesArc                               html  
    arc                                     html  
    areaahull                               html  
    areaahulleval                           html  
    ashape                                  html  
    complement                              html  
    delvor                                  html  
    dummycoor                               html  
    dw                                      html  
    dw_track                                html  
    inahull                                 html  
    inter                                   html  
    koch                                    html  
    lengthahull                             html  
    plot.ahull                              html  
    plot.ashape                             html  
    plot.delvor                             html  
    rkoch                                   html  
    rotation                                html  
    tricircum                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (alphahull)
Making 'packages.html' ... done