TetraDENSITY
R package created to load, visualize and explore the TetraDENSITY data set.
Information
- Detailed information (package vignette) is presented at {URL_vignette}.
- See https://doi.org/10.1111/geb.12756 for the TetraDENSITY publication.
Usage
# Install TetraDENSITY
library('devtools')
install_github("SHoeks/TetraDENSITY")
# Load TetraDENSITY
library('TetraDENSITY')
# Use TetraDENSITY functions
TetraDATA<-getData()
map<-getMap()
getStats(TetraDATA)
visualize(data = TetraDATA, map = map, CountryBorder = FALSE, GeographicZoom = TRUE)
extract(TetraDATA)