summary.tri
From tripack v1.0-1
Return a summary of a triangulation object
Returns some information (number of nodes, triangles, arcs, boundary
nodes and constraints) about tri.obj
.
Usage
summary(tri.obj)
Arguments
- tri.obj
- object of class
"tri"
Value
- An objekt of class
"summary.tri"
, to be printed byprint.summary.tri
.It contains the number of nodes (
n
), of arcs (na
), of boundary nodes (nb
), of triangles (nt
) and constraints (nc
).
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
Community examples
Looks like there are no examples yet.