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