Learn R Programming

mkde (version 0.2)

pandadem: A RasterLayer containing a digital elevation model (DEM) for the panda data

Description

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

Usage

data(pandadem)

Arguments

Format

A raster package RasterLayer object with 58 rows, 78 columns, and a cell size of 30 by 30 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(raster)
data(pandadem)
plot(pandadem)

Run the code above in your browser using DataLab