Browse Source

Add missing arguments to documentation

pull/3/head
Philipp Baumann 6 years ago
parent
commit
a428bdd335
  1. 6
      R/plot-spc-extended.R
  2. 10
      man/plot_spc_ext.Rd

6
R/plot-spc-extended.R

@ -315,8 +315,10 @@ relabel_spc_types <- function(lb_sc_sm = "Reflectance sample (<ScSm>)",
#' additional measure variable, e.g. determined by chemical reference analysis.
#' @param spc_tbl Tibble data frame containing spectra, x-axis values, metadata
#' and eventual measured variables as list-columns.
#' #' @param spc_tbl_l List of spectral tibbles (data frames). Default is
#' \code{NULL} (argument is not used).
#' @param spc_tbl_l List of spectral tibbles (data frames). Default is
#' \code{NULL} (argument is not used).
#' @param lcols_spc Character vector of spectral list-columns to be extracted.
#' Default is \code{"spc"} (raw spectra).
#' @param lcol_measure Character vector of length 1 denoting the column name
#' of the measure columns. This argument is optional. Default is \code{NULL},
#' which does not extract an additional measure column.

10
man/plot_spc_ext.Rd

@ -12,9 +12,13 @@ plot_spc_ext(spc_tbl, spc_tbl_l = NULL, lcols_spc = "spc",
}
\arguments{
\item{spc_tbl}{Tibble data frame containing spectra, x-axis values, metadata
and eventual measured variables as list-columns.
#' @param spc_tbl_l List of spectral tibbles (data frames). Default is
\code{NULL} (argument is not used).}
and eventual measured variables as list-columns.}
\item{spc_tbl_l}{List of spectral tibbles (data frames). Default is
\code{NULL} (argument is not used).}
\item{lcols_spc}{Character vector of spectral list-columns to be extracted.
Default is \code{"spc"} (raw spectra).}
\item{lcol_measure}{Character vector of length 1 denoting the column name
of the measure columns. This argument is optional. Default is \code{NULL},

Loading…
Cancel
Save