Skip to content

Commit

Permalink
doc: clarify matrix #69
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ramirez-lopez committed Sep 4, 2024
1 parent bb4d5e9 commit 2f8d2f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/prospectr.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#' The functions included here are particularly useful in Near-Infrared and Infrared
#' Spectroscopy applications.
#'
#' All the functions are designed to accept spectral data as as matrix where
#' rows represent each spectrum and columns the band positions.
#' @details
#'
#' #' This is the version
Expand Down
2 changes: 1 addition & 1 deletion R/spliceCorrection.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @param X A numeric matrix of spectra or a vector representing a single
#' spectrum to be corrected (optionally a data frame that can be coerced to a
#' numeric matrix).
#' numeric matrix). Rows represent each spectrum and columns the band positions.
#' @param wav A numeric vector representing the band positions (e.g. wavelengths)
#' corresponding to the spectral data.
#' @param splice A numeric vector of length 1 or 2 specifying the band
Expand Down
3 changes: 3 additions & 0 deletions man/prospectr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/spliceCorrection.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f8d2f7

Please sign in to comment.