Learn R Programming

RTriangle (version 1.6-0.14)

Triangle - A 2D Quality Mesh Generator and Delaunay Triangulator

Description

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

Copy Link

Version

Install

install.packages('RTriangle')

Monthly Downloads

1,028

Version

1.6-0.14

License

CC BY-NC-SA 4.0

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 5th, 2024

Functions in RTriangle (1.6-0.14)

plot.triangulation

Plot a triangulation object produced with triangulate
RTriangle-package

Generate 2D Quality meshes and constrained Delaunay triangulations
plot.pslg

Plot pslg object
pslg

Create a Planar Straight Line Graph object
read.pslg

Read a Planar Straight Line Graph from file
triangulate

Triangulate a Planar Straight Line Graph