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 22 Dec. 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

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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