summary.voronoi: Summary method for neighborhoodVoronoi().

View source: R/voronoi.R

summary.voronoiR 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())

cholera documentation built on March 7, 2023, 5:31 p.m.