readdem_example {mkde}R Documentation

Read digital elevation model (DEM) data sets

Description

mkde comes bundled with some example digital elevation model (DEM) data files in its inst/extdata directory. This function make them easy to access.

Usage

readdem_example(demfile = NULL)

Arguments

demfile

Name of file. If NULL, the example files will be listed.

Examples

readdem_example()
condordem <- readdem_example("condordem.RDS")
condordem120 <- readdem_example("condordem120.RDS")
dugongdem <- readdem_example("dugongdem.RDS")
pandadem <- readdem_example("pandadem.RDS")

[Package mkde version 0.3 Index]