Other packages > Find by keyword >

geometry  

Mesh Generation and Surface Tessellation
View on CRAN: Click here


Download and install geometry package within the R console
Install from CRAN:
install.packages("geometry")

Install from Github:
library("remotes")
install_github("cran/geometry")

Install by package version:
library("remotes")
install_version("geometry", "0.5.2")



Attach the package and use:
library("geometry")
Maintained by
David C. Sterratt
[Scholar Profile | Author Map]
First Published: 2005-06-08
Latest Update: 2023-02-03
Description:
Makes the 'Qhull' library available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2D, 3D, 4D, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this.
How to cite:
David C. Sterratt (2005). geometry: Mesh Generation and Surface Tessellation. R package version 0.5.2, https://cran.r-project.org/web/packages/geometry. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.0-2 (2005-06-08 18:48), 0.1-1 (2008-04-15 12:53), 0.1-2 (2008-05-13 20:21), 0.1-3 (2008-07-14 13:56), 0.1-4 (2008-09-19 13:13), 0.1-5 (2010-01-05 10:55), 0.1-6 (2010-01-08 22:53), 0.1-7 (2010-01-10 16:35), 0.1 (2007-12-12 13:21), 0.2-0 (2011-09-14 17:14), 0.3-0 (2012-04-18 06:40), 0.3-1 (2012-05-01 15:59), 0.3-2 (2012-05-12 18:21), 0.3-3 (2013-04-19 06:21), 0.3-4 (2014-03-06 13:44), 0.3-5 (2014-11-08 17:10), 0.3-6 (2015-09-09 13:47), 0.4.0 (2019-02-18 14:40), 0.4.1.1 (2019-07-02 10:38), 0.4.1 (2019-03-27 18:10), 0.4.2 (2019-07-12 16:50), 0.4.3 (2019-08-21 16:10), 0.4.4 (2019-09-03 15:40), 0.4.5 (2019-12-04 10:40), 0.4.6.1 (2022-07-04 08:32), 0.4.6 (2022-04-18 12:12), 0.4.7 (2023-02-04 00:02), 0.5.0 (2024-08-31 15:30), 0.5.1 (2025-01-10 10:40)
Other packages that cited geometry R package
View geometry citation profile
Other R packages that geometry depends, imports, suggests or enhances
Complete documentation for geometry
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for geometry300400500600700800900100011001200TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA