knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

srtmVN

AppVeyor build status Travis build status Codecov test coverage

Installation and loading

You can install srtmVN from GitHub

# install.packages("devtools")
devtools::install_github("epix-project/srtmVN", build_vignettes = TRUE)

Once installed, you can load the package:

library(srtmVN)

Usage examples

The RasterLayer DEM from SRTM can be retrieved with the getsrtm function:

srtm <- getsrtm()

It's a RasterLayer object:

srtm

that can be plotted with the plot method:

plot(srtm)


choisy/srtmVN documentation built on Aug. 21, 2019, 2:14 p.m.