map-class: The 'map' class

map-classR Documentation

The map class

Description

Contains a common system for organizing geospatial vector and raster data, principally for use with leaflet and shiny.

Slots

metadata

data.table with columns describing metadata of objects in the map.

.xData

Named environment of geospatial data objects (e.g., sf, ⁠Raster*⁠, ⁠Spatial*⁠). Each entry may also be simply an environment, which indicates where to find the object, i.e., via get(layerName, envir = environment).

CRS

The common CRS of all layers.

paths

A named list of file paths. The default is a list of length 2 specifying dataPath and tilePath.

analyses

A data.table or data.frame of the types of analyses to perform.

analysesData

A data.table or data.frame of the results of the analyses.


PredictiveEcology/map documentation built on June 15, 2025, 6:15 a.m.