Last data update: 2014.03.03

R: Wine dataset
wineR Documentation

Wine dataset

Description

These data are the results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars. The analysis determined the quantities of 13 constituents found in each of the three types of wines.

Usage

data(wine)

Format

A data frame with 178 observations on the following 14 variables :

class

The class vector, the three different cultivars of wine are reprensented by the three integers : 1 to 3.

V1

Alcohol

V2

Malic acid

V3

Ash

V4

Alcalinity of ash

V5

Magnesium

V6

Total phenols

V7

Flavanoids

V8

Nonflavanoid phenols

V9

Proanthocyanins

V10

Color intensity

V11

Hue

V12

OD280/OD315 of diluted wines

V13

Proline

Source

This dataset is from the UCI machine learning repository, provided here : http://archive.ics.uci.edu/ml/datasets/Wine.

Examples

data(wine)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(HDclassif)
Loading required package: MASS
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/HDclassif/wine.Rd_%03d_medium.png", width=480, height=480)
> ### Name: wine
> ### Title: Wine dataset
> ### Aliases: wine
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(wine)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>