powered by
Measurements of four dimensions of flowers of three species of the plant Iris (Iris setosa, Iris versicolor, and Iris virginica).
data(Iris)
A data frame with 150 observations on the following 6 variables.
Species_No
Species number
Petal_width
Petal width (in cm)
Petal_length
Petal length (in cm)
Sepal_width
Sepal width (in cm)
Sepal_length
Sepal length (in cm)
Species_name
Species names: Setosa, Verginica or Versicolor, a character vector
Setosa
Verginica
Versicolor
# NOT RUN { data(Iris) head(Iris) # }
Run the code above in your browser using DataLab