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