staticmap_knoxs.Rd
This function generate the space-time link map.
staticmap_knoxs(
locality,
cve_geo,
path_data,
path_knoxs,
pal,
option = NULL,
name = NULL,
pal_name,
breaks,
dir_pal = NULL,
x_leg,
y_leg
)
is the locality target.
is the id of state.
is the directory of geocoded dengue cases dataset.
is the output of the space-time analysis (Knoxs method) with ClusterSeer.
is the palette.
is the palette option.
is the palette name. the option and name are very similar, some package use name (ej. rcartocolor::carto_pal) and other option (ex. viridis:viridis).
is a logical value, if pal_name TRUE is for packages that use name, else the packages that use option.
is a numeric value. Is the increment of the sequence.
is the direction of the palette, 1 forward, -1 reverse.
is the x coordinates of legend.
is the x coordinates of legend.
a ggplot map.
The staticmap_knox implement the space-time link map with Knoxs method in [ClusterSeer](https://www.biomedware.com/software/clusterseer/).
1+1
#> [1] 2