Learn R Programming

cholera (version 0.7.0)

summary.euclidean: Summary method for neighborhoodEuclidean().

Description

Return computed counts for Euclidean neighborhoods.

Usage

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

Arguments

object

Object. An object of class "euclidean" created by neighborhoodEuclidean().

...

Additional parameters.

Value

A vector of counts by neighborhood.

Examples

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

Run the code above in your browser using DataLab