Learn R Programming

cholera (version 0.5.1)

print.voronoi: Print method for neighborhoodVoronoi().

Description

Return summary statistics for Voronoi neighborhoods.

Usage

# S3 method for voronoi
print(x, ...)

Arguments

x

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 {
neighborhoodVoronoi()
print(neighborhoodVoronoi())
# }

Run the code above in your browser using DataLab