summary.voronoi {cholera}R Documentation

Summary method for neighborhoodVoronoi().

Description

Return computed counts for Voronoi neighborhoods.

Usage

## S3 method for class '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

summary(neighborhoodVoronoi())

[Package cholera version 0.8.0 Index]