R/auswine.R

#' Monthly Australian Wine Sale
#' 
#' Monthly sales of wine (in thousands of liters) in Australia from January 1980 through July 1995.
#'
#' 
#' @format A data frame with 187 observations of 7 variables
#' \describe{
#'   \item{winet}{month 1-187}
#'   \item{fortw}{fortified wine}
#'   \item{dryw}{dry white}
#'   \item{sweetw}{sweet white}
#'   \item{red}{red wine}
#'   \item{rose}{rose wine}
#'   \item{spark}{sparlking wine}
#' }
#'
#' @source Introductory Time Series with R, by Cowpertwait and Metcalfe
"auswine"
speegled/tswrdata documentation built on May 5, 2021, 11:55 a.m.