geometry - Mesh Generation and Surface Tessellation
Makes the 'Qhull' library <http://www.qhull.org> 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.
Last updated 4 months ago
cpp
12.49 score 16 stars 136 dependents 736 scripts 16k downloadsRTriangle - Triangle - A 2D Quality Mesh Generator and Delaunay Triangulator
This is a port of Jonathan Shewchuk's Triangle library to R. From his description: "Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis."
Last updated 4 months ago
mesh-generationtriangulation
6.33 score 9 stars 7 dependents 38 scripts 784 downloadsRImageJROI - Read and Write 'ImageJ' Region of Interest (ROI) Files
Provides functions to read and write 'ImageJ' (<https://imagej.net>) Region of Interest (ROI) files, to plot the ROIs and to convert them to 'spatstat' (<https://spatstat.org/>) spatial patterns.
Last updated 4 months ago
3.83 score 12 stars 28 scripts 155 downloads