R/object.data.r

#' @title Theoretical optical bodies
#'
#' @description Datasets for a hypothetical objects with transmittance 0/1
#'   (0\%), reflectance 0/1 (0\%), with transmittance 0/1
#'   (0\%), reflectance 1/1 (100\%), and with with transmittance 1/1
#'   (100\%), reflectance 0/1 (0\%).
#'
#' @details \itemize{ \item w.length (nm) \item Tfr (0..1) \item Rfr (0..1) }
#'
#' @docType data
#' @keywords datasets
#' @format A \code{object_spct} object with 4 rows and 3 variables
#' @name black_body.spct
#'
#' @family Spectral data examples
#'
NULL

#' @rdname black_body.spct
#' @name white_body.spct
#'
NULL

#' @rdname black_body.spct
#' @name clear_body.spct
#'
NULL
aphalo/photobiology documentation built on April 1, 2024, 6:48 p.m.