From 338493799ca4c1370523408952a7d6808ff20dd9 Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Sun, 10 Sep 2023 22:09:05 +0200 Subject: [PATCH] document newly added data --- R/data.R | 10 ++++++++++ man/soilspec_yamsys.Rd | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 R/data.R create mode 100644 man/soilspec_yamsys.Rd diff --git a/R/data.R b/R/data.R new file mode 100644 index 0000000..4234178 --- /dev/null +++ b/R/data.R @@ -0,0 +1,10 @@ +#' Soil spectra and laboratory reference data from Baumann et al. (2021) +#' +#' Data from "Estimation of soil properties with mid-infrared soil spectroscopy +#' across yam production landscapes in West Africa". +#' +#' @format ## `soilspec_yamsys` +#' A tibble data frame with 284 rows and 40 columns. The spectra are in the +#' `spc` list-column. +#' @source +"soilspec_yamsys" diff --git a/man/soilspec_yamsys.Rd b/man/soilspec_yamsys.Rd new file mode 100644 index 0000000..5e27823 --- /dev/null +++ b/man/soilspec_yamsys.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{soilspec_yamsys} +\alias{soilspec_yamsys} +\title{Soil spectra and laboratory reference data from Baumann et al. (2021)} +\format{ +\subsection{\code{soilspec_yamsys}}{ + +A tibble data frame with 284 rows and 40 columns. The spectra are in the +\code{spc} list-column. +} +} +\source{ +\url{https://soil.copernicus.org/articles/7/717/2021/} +} +\usage{ +soilspec_yamsys +} +\description{ +Data from "Estimation of soil properties with mid-infrared soil spectroscopy +across yam production landscapes in West Africa". +} +\keyword{datasets}