Defines a meta class of geographical objects, the map
class, which is a collection of map objects (sp
, raster
, sf
), with a number of metadata additions to enable powerful methods, e.g., for leaflet
, reproducible GIS etc.
Install from GitHub:
# install.packages("remotes")
remotes::install_github("PredictiveEcology/map", dependencies = TRUE)
Install from GitHub:
# install.packages("remotes")
remotes::install_github("PredictiveEcology/map@development", dependencies = TRUE)