summary.voronoi {tripack} | R Documentation |
Return a summary of a voronoi object
Description
Returns some information about object
Usage
## S3 method for class 'voronoi'
summary(object,...)
Arguments
object |
object of class |
... |
additional parameters for |
Value
Object of class "summary.voronoi"
.
It contains the number of nodes (nn
) and dummy nodes (nd
).
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
,
print.summary.voronoi
.
[Package tripack version 1.3-9.1 Index]