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



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.5.0, https://cran.r-project.org/web/packages/geometry. Accessed 21 Nov. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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