neighborhoodWalking {cholera} | R Documentation |
Compute walking path pump neighborhoods.
Description
Group cases into neighborhoods based on walking distance.
Usage
neighborhoodWalking(pump.select = NULL, vestry = FALSE, weighted = TRUE,
case.set = "observed", latlong = FALSE, multi.core = FALSE)
Arguments
pump.select |
Numeric. Vector of numeric pump IDs to define pump neighborhoods (i.e., the "population"). Negative selection possible. |
vestry |
Logical. |
weighted |
Logical. |
case.set |
Character. "observed" or "expected". |
latlong |
Logical. |
multi.core |
Logical or Numeric. |
[Package cholera version 0.9.1 Index]