Skip to content

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.

License

PredictiveEcology/map

Repository files navigation

map

CRAN_Status_Badge CRAN Downloads R build status

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.

Installation

Current release

R build status Codecov test coverage

Install from CRAN:

#install.packages("map") ## not yet on CRAN

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/map", dependencies = TRUE) 

Development version

R build status Codecov test coverage

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/map", ref = "development", dependencies = TRUE) 

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages