View source: R/staticmap_satscan.R
staticmap_satscan | R Documentation |
This function generate the map of the output for [SaTScan](https://www.satscan.org/) or [rsatscan](https://cran.r-project.org/web/packages/rsatscan/vignettes/rsatscan.html).
staticmap_satscan(
x,
rsatscan = NULL,
satscan,
locality,
cve_edo,
path_shapeclust = NULL,
path_gis = NULL
)
x |
is the dengue cases of the target locality. |
rsatscan |
is the output of the space-time analysis with [rsatscan](https://cran.r-project.org/web/packages/rsatscan/vignettes/rsatscan.html) package. |
satscan |
is a logical value for indicating if TRUE for output of [SaTScan](https://www.satscan.org/). |
locality |
is the target locality. |
cve_edo |
is the id of state. |
path_shapeclust |
is the directory of the output of the space-time analysis with [SaTScan](https://www.satscan.org/). is the col.shp file. |
path_gis |
is the directory of the output of the space-time analysis with [SaTScan](https://www.satscan.org/).is the gis.shp file. |
a ggplot map.
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.