Places regularly spaced "simulated" or "expected" cases across the face of the map and then finds the "addresses" of those cases via orthogonal projection or simple proximity to road graph network. These data are used to generate "expected" pump neighborhoods.
simulateFatalities(recompute.regular.cases = FALSE, simulated.obs = 20000L,
multi.core = FALSE)
An R data frame: sim.ortho.proj
.
Logical. TRUE
re-computes regular data. FALSE
uses pre-computed data. For replication of data used in the package.
Numeric. Number of regular cases. For use with recompute.regular.cases = TRUE
.
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. With Numeric, you specify the number logical cores (rounds with as.integer()
). See vignette("Parallelization")
for details.