| summary.tri | R Documentation |
Returns some information (number of nodes, triangles, arcs, boundary
nodes and constraints) about object.
## S3 method for class 'tri'
summary(object,...)
object |
object of class |
... |
additional paramters for |
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).
A. Gebhardt
R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional Delaunay triangulation package. ACM Transactions on Mathematical Software. 22, 1-8.
tri, print.tri, plot.tri,
print.summary.tri.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.