summary.voronoi {tripack} | R Documentation |
Returns some information about voronoi.obj
summary(voronoi.obj)
voronoi.obj |
object of class "voronoi" |
Object of class "summary.voronoi"
.
It contains the number of nodes (nn
) and dummy nodes (nd
).
A. Gebhardt
R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional {Delaunay} triangulation package. ACM Transactions on Mathematical Software. 22, 1-8.
voronoi
,voronoi.mosaic
,
print.voronoi
, plot.voronoi
,
print.summary.voronoi
.