R/WineQuality.R

#' Wine quality data set
#' 
#' @description Two datasets with chemical properties of red and white vinho verde wine samples, from the north of Portugal.
#' 
#' @format A list with two data frames for red and white wine. As the samples are proposed for clustering, the quality variable is introduced and the rest of variables centered and scaled.
#'
#' @source \url{https://archive.ics.uci.edu/ml/datasets/wine+quality}
#' 
#' @examples 
#' 
#' WineQuality$red
#'
"WineQuality"
jmsallan/combheuristics documentation built on June 22, 2022, 4:11 p.m.