mapping
Maps are an inportant tool to visualise variables distribution acroos different spatial object. The mapping process require to link the data with coordinates and then generate the correspondent map. This package provide coordinates, linking and mapping functions for an automatic, flexible and easy approach of mapping workflows of differnt geographical statistical unit.Geographical coordinates are provided in the package and automatically linked with the input data to generate maps with internal provided functions or external functions.
Installation
You can install the released version of mapping
from CRAN:
install.packages("mapping")
or the development version from GitHub:
devtools::install_github("serafinialessio/mapping", build = TRUE, build_opts = c("--no-resave-data", "--no-manual"))
Usage
The main functions, generic functions and some examples are included in the vignette **A journey into mapping **, which is available as
vignette("A journey into mapping")