powered by
Iris data set
data("Iris")
A data frame with 150 observations on the following 5 variables.
Sepal.length
a numeric vector
Sepal.width
Petal.length
Petal.width
Species
a character vector
It contains 150 samples with 5 variables
data(Iris) ## maybe str(Iris) ; plot(Iris) ...
Run the code above in your browser using DataLab