summary.euclidean {cholera} | R Documentation |
Return computed counts for Euclidean neighborhoods.
## S3 method for class 'euclidean'
summary(object, ...)
object |
Object. An object of class "euclidean" created by |
... |
Additional parameters. |
A vector of counts by neighborhood.
## Not run:
summary(neighborhoodEuclidean())
## End(Not run)