print.tri {tripack} | R Documentation |
Print a triangulation object
Description
prints a adjacency list of "x"
Usage
## S3 method for class '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
[Package tripack version 1.3-9.1 Index]