unstackFatalities | R Documentation |
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)
multi.core |
Logical or Numeric. |
compute |
Logical. |
dev.mode |
Logical. Development mode uses parallel::parLapply(). |
An R list that includes anchor.case
, fatalities.address
, fatalities.unstacked
and ortho.proj
.
This function is computationally intensive. This function documents the code that generates anchor.case
, fatalities.address
, fatalities.unstacked
and ortho.proj
.
vignette("unstacking.fatalities")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.