Learn R Programming

tripack (version 1.3-9.3)

Triangulation of Irregularly Spaced Data

Description

A constrained two-dimensional Delaunay triangulation package providing both triangulation and generation of voronoi mosaics of irregular spaced data. Please note that most of the functions are now also covered in package interp, which is a re-implementation from scratch under a free license based on a different triangulation algorithm.

Copy Link

Version

Install

install.packages('tripack')

Monthly Downloads

2,069

Version

1.3-9.3

License

file LICENSE

Maintainer

Fortran code by R J Renka R functions by Albrecht Gebhardt With contributions from Stephen Eglen stephenancedacuk

Last Published

June 2nd, 2025

Functions in tripack (1.3-9.3)

plot.voronoi

Plot a voronoi object
plot.voronoi.polygons

plots an voronoi.polygons object
print.voronoi

Print a voronoi object
print.tri

Print a triangulation object
triangles

Extract a list of triangles from a triangulation object
tripack-internal

Internal functions
tri.find

Locate a point in a triangulation
on.convex.hull

Determines if points are on the convex hull of a triangulation object
neighbours

List of neighbours from a triangulation object
tri.mesh

Create a delaunay triangulation
voronoi

Voronoi object
voronoi.mosaic

Create a Voronoi mosaic
tritest

tritest / sample data
voronoi.polygons

extract polygons from a voronoi mosaic
summary.voronoi

Return a summary of a voronoi object
summary.tri

Return a summary of a triangulation object
tri

A triangulation object
plot.tri

Plot a triangulation object
tri.dellens

Compute the Delaunay segment lengths
voronoi.area

Calculate area of Voronoi polygons
outer.convhull

Version of outer which operates only in a convex hull
voronoi.findrejectsites

Find the Voronoi sites at the border of the region (to be rejected).
circumcircle

Determine the circumcircle of a set of points
convex.hull

Return the convex hull of a triangulation object
print.summary.voronoi

Print a summary of a voronoi object
circum

Determine the circumcircle of a triangle
in.convex.hull

Determines if points are in the convex hull of a triangulation object
circles

plot circles
identify.tri

Identify points in a triangulation plot
cells

extract info about voronoi cells
print.summary.tri

Print a summary of a triangulation object
left

Determines whether given points are left of a directed edge.
add.constraint

Add a constraint to an triangulaion object
circtest

circtest / sample data