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 06 May. 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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for geometry2003004005006007008009001000110012001300TrendBars

Today's Hot Picks in Authors and Packages

rotations  
Working with Rotation Data
Tools for working with rotational data, including simulation from the most commonly used distributi ...
Download / Learn more Package Citations See dependency  
tbrf  
Time-Based Rolling Functions
Provides rolling statistical functions based on date and time windows instead of n-lagged observatio ...
Download / Learn more Package Citations See dependency  
netUtils  
A Collection of Tools for Network Analysis
Provides a collection of network analytic (convenience) functions which are missing in other standar ...
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  
tashu  
Analysis and Prediction of Bicycle Rental Amount
Provides functions for analyzing citizens' bicycle usage pattern and predicting rental amount on spe ...
Download / Learn more Package Citations See dependency  
HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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