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