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.4.7")



Attach the package and use:
library("geometry")
Maintained by
David C. Sterratt
[Scholar Profile | Author Map]
All associated links for this package
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.4.7, https://cran.r-project.org/web/packages/geometry
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)
Other packages that cited geometry R package
View geometry citation profile
Other R packages that geometry depends, imports, suggests or enhances
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
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  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns