Iris {DLPCA} | R Documentation |
Iris data set
data("Iris")
A data frame with 150 observations on the following 5 variables.
Sepal.length
a numeric vector
Sepal.width
a numeric vector
Petal.length
a numeric vector
Petal.width
a numeric vector
Species
a character vector
It contains 150 samples with 5 variables
Gaspar peninsula in Canada
data(Iris)
## maybe str(Iris) ; plot(Iris) ...