latlongNeighborhoodData: Compute network graph of roads, cases and pumps.

View source: R/latlongNeighborhoodData.R

latlongNeighborhoodDataR Documentation

Compute network graph of roads, cases and pumps.

Description

Assembles cases, pumps and road into a network graph.

Usage

latlongNeighborhoodData(vestry = FALSE, case.set = "observed",
  embed.addr = TRUE, multi.core = TRUE)

Arguments

vestry

Logical.

case.set

Character. "observed" or "expected".

embed.addr

Logical. Embed case address into graph network.

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.