Learn R Programming

cholera (version 0.7.0)

summary.voronoi: Summary method for neighborhoodVoronoi().

Description

Return computed counts for Voronoi neighborhoods.

Usage

# S3 method for voronoi
summary(object, ...)

Arguments

object

Object. An object of class "voronoi" created by neighborhoodVoronoi().

...

Additional arguments.

Value

A vector of counts by neighborhood.

See Also

addVoronoi() plot.voronoi()

Examples

Run this code
# NOT RUN {
summary(neighborhoodVoronoi())
# }

Run the code above in your browser using DataLab