Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.tri

Return a summary of a triangulation object


Description

Returns some information (number of nodes, triangles, arcs, boundary nodes and constraints) about object.

Usage

## S3 method for class 'tri'
summary(object,...)

Arguments

object

object of class "tri"

...

additional paramters for summary

Value

An objekt of class "summary.tri", to be printed by print.summary.tri.

It contains the number of nodes (n), of arcs (na), of boundary nodes (nb), of triangles (nt) and constraints (nc).

Author(s)

A. Gebhardt

References

R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional Delaunay triangulation package. ACM Transactions on Mathematical Software. 22, 1-8.

See Also


tripack

Triangulation of Irregularly Spaced Data

v1.3-9.1
ACM | file LICENSE
Authors
Fortran code by R. J. Renka. R functions by Albrecht Gebhardt <albrecht.gebhardt@aau.at>. With contributions from Stephen Eglen <stephen@anc.ed.ac.uk>, Sergei Zuyev <sergei@stams.strath.ac.uk> and Denis White <white.denis@epamail.epa.gov>
Initial release
2020-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.