Wine {OPC} | R Documentation |
Wine
Description
A data frame with 177 observations on the following 13 variables.
Usage
data("Wine")
Format
A data frame with 177 observations on the following 13 variables.
X14.23
a numeric vector
X1.71
a numeric vector
X2.43
a numeric vector
X15.6
a numeric vector
X127
a numeric vector
X2.8
a numeric vector
X3.06
a numeric vector
X.28
a numeric vector
X2.29
a numeric vector
X5.64
a numeric vector
X1.04
a numeric vector
X3.92
a numeric vector
X1065
a numeric vector
Details
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.
Source
The Wine data set comes from the UCI database.
References
NA
Examples
data(Wine)
## maybe str(Wine) ; plot(Wine) ...
[Package OPC version 0.0.2 Index]