Unstacks fatalities data by 1) assigning the coordinates of the base case to all cases in a stack and 2) setting the base case as an "address" and making the number of fatalities an attribute.
unstackFatalities(multi.core = TRUE, compute = FALSE, dev.mode = FALSE)An R list that includes anchor.case, fatalities.address, fatalities.unstacked and ortho.proj.
Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. With Numeric, you specify the number logical cores. See vignette("Parallelization") for details.
Logical. TRUE computes data. FALSE uses pre-computed data.
Logical. Development mode uses parallel::parLapply().
vignette("unstacking.fatalities")