summary.walking {cholera} | R Documentation |
Summary method for neighborhoodWalking().
Description
Return computed counts for walking neighborhoods.
Usage
## S3 method for class 'walking'
summary(object, ...)
Arguments
object |
Object. An object of class "walking" created by |
... |
Additional parameters. |
Value
An R vector.
Examples
## Not run:
summary(neighborhoodWalking())
## End(Not run)
[Package cholera version 0.8.0 Index]