#' Dataset with Different Combinations of Inputs to Calculate UTCI
#'
#' @docType data
#' @usage data(dfUTCIValues)
#'
#' @format A data frame with 81 rows and 5 variables:
#' \describe{
#' \item{\code{ta}}{a numeric value presenting air temperature in [degree C]}
#' \item{\code{tr}}{a numeric value presenting mean radiant temperature in [degree C]}
#' \item{\code{vel}}{a numeric value presenting air velocity in [m/s]}
#' \item{\code{rh}}{a numeric value presenting relative humidity [\%]}
#' \item{\code{utci}}{a numeric value presenting the UTCI value}
#' }
#'
#' @keywords datasets
#'
#' @seealso see also \code{\link{calcUTCI}}
#' @examples
#' data(dfUTCIValues)
#' head(dfUTCIValues)
"dfUTCIValues"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.