Learn R Programming

mkde (version 0.4)

condordem120: A RasterLayer containing a digital elevation model (DEM) for the condor data

Description

Digital elevation model of the terrain within the condor's range with a cell resolution of 120 meters (ASTER GDEM version 2, Tachikawa et. al. 2011).

Arguments

Format

A raster package RasterLayer object with 188 rows, 156 columns, and a cell size of 120 by 120 meters. Each cell contains an elevation in meters.

References

Tachikawa, T., Hato, M., Kaku, M. & Iwasaki, A. (2011). The characteristics of ASTER GDEM version 2, IGARSS.

Examples

Run this code
library(terra)
fpath <- system.file("extdata", "condordem120.RDS", package="mkde")
condordem120 <- terra::readRDS(fpath)
plot(condordem120)

Run the code above in your browser using DataLab