summary.voronoi {interp} | 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
).
Note
This function is meant as replacement for the function of same name in
package tripack
and should be fully backward compatible.
Author(s)
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
See Also
voronoi
,voronoi.mosaic
,
print.voronoi
, plot.voronoi
,
print.summary.voronoi
.
[Package interp version 1.1-6 Index]