latlongNeighborhoodWalking: Compute walking path pump neighborhoods.

View source: R/latlongNeighborhoodWalking.R

latlongNeighborhoodWalkingR Documentation

Compute walking path pump neighborhoods.

Description

Group cases into neighborhoods based on walking distance.

Usage

latlongNeighborhoodWalking(pump.select = NULL, vestry = FALSE,
  case.set = "observed", weighted = TRUE, multi.core = TRUE)

Arguments

pump.select

Numeric. Vector of numeric pump IDs to define pump neighborhoods (i.e., the "population"). Negative selection possible. NULL selects all pumps. Note that you can't just select the pump on Adam and Eve Court (#2) because it's technically an isolate.

vestry

Logical. TRUE uses the 14 pumps from the Vestry report. FALSE uses the 13 in the original map.

case.set

Character. "observed" or "expected".

weighted

Logical. TRUE computes shortest path weighted by road length. FALSE computes shortest path in terms of the number of nodes.

multi.core

Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. You can also specify the number logical cores. See vignette("Parallelization") for details.


lindbrook/cholera documentation built on April 14, 2024, 6:29 a.m.