gamair (version 1.0-2)

wine: Bordeaux Wines

Description

Data on prices and growing characteristics of 25 Bordeaux wines from 1952 to 1998.

Usage

data(wine)

Arguments

Format

A data frame with 7 columns and 47 rows. The columns are:

year

year of production

price

average price of the wines as a percentage of the 1961 price.

h.rain

mm of rain in the harvest month.

s.temp

Average temperature (C) over the summer preceding harvest.

w.rain

mm of rain in the winter preceding harvest.

h.temp

average temperature (C) at harvest.

parker

a rating of the wine quality (see source for details).

References

Wood, S.N. (2006, 2017) Generalized Additive Models: An Introduction with R. CRC

Examples

Run this code
# NOT RUN {
  data(wine)
  pairs(wine[,-7])
# }

Run the code above in your browser using DataLab