print.summary.tri {tripack} | R Documentation |
Print a summary of a triangulation object
Description
Prints some information about tri.obj
Usage
## S3 method for class 'summary.tri'
print(x, ...)
Arguments
x |
object of class |
... |
additional paramters for |
Value
None
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
tri
,tri.mesh
,
print.tri
, plot.tri
,
summary.tri
.
[Package tripack version 1.3-9.1 Index]