From 2644f1718c945c01804b396828304aa0a3294d67 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 16 Feb 2024 13:36:58 +0100 Subject: [PATCH] Missing .Rd files --- man/sen2.Rd | 16 ++++++++++++++++ man/srtm_sen2.Rd | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 man/sen2.Rd create mode 100644 man/srtm_sen2.Rd diff --git a/man/sen2.Rd b/man/sen2.Rd new file mode 100644 index 0000000..8f9dc66 --- /dev/null +++ b/man/sen2.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/RStoolbox.R +\docType{data} +\name{sen2} +\alias{sen2} +\title{Sentinel 2 MSI L2A Scene} +\usage{ +sen2 +} +\description{ +Contains all 13 bands in already converted spectral reflectances +} +\examples{ +ggRGB(sen2, r=4, g=3, b=2, stretch = "lin") +} +\keyword{datasets} diff --git a/man/srtm_sen2.Rd b/man/srtm_sen2.Rd new file mode 100644 index 0000000..87e8172 --- /dev/null +++ b/man/srtm_sen2.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/RStoolbox.R +\docType{data} +\name{srtm_sen2} +\alias{srtm_sen2} +\title{SRTM scene for the sen2 exemplary scene} +\usage{ +srtm_sen2 +} +\description{ +DEM for the Sentinel 2 example area taken from SRTM v4 +} +\examples{ +ggR(srtm_sen2) +} +\keyword{datasets}