Print a summary of a voronoi object
print.summary.voronoi.RdPrints some information about object x
Usage
# S3 method for class 'summary.voronoi'
print(x, ...)Arguments
- x
object of class
"summary.voronoi", generated bysummary.voronoi.- ...
additional paramters for
print
Note
This function is meant as replacement for the function of same name in
package tripack and should be fully backward compatible.
Author
Albrecht Gebhardt <[email protected]>, Roger Bivand <[email protected]>