cholera (version 0.8.0)

summary.walking: Summary method for neighborhoodWalking().

Description

Return computed counts for walking neighborhoods.

Usage

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

Value

An R vector.

Arguments

object

Object. An object of class "walking" created by neighborhoodWalking().

...

Additional parameters.

Examples

Run this code
if (FALSE) {
summary(neighborhoodWalking())
}

Run the code above in your browser using DataLab