cholera (version 0.2.1)

summary.voronoi: Compute summary statistics for Voronoi neighborhoods.

Description

Compute summary statistics for Voronoi neighborhoods.

Usage

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

Arguments

object

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

...

Additional arguments.

Value

A data frame with observed and expected counts, observed percentage, and the Pearson residual, (observed - expected) / sqrt(expected).

See Also

addVoronoi() plot.voronoi()

Examples

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

Run the code above in your browser using DataLab