powered by
Classical data set from R.A. Fisher.
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 factor with levels setosa versicolor virginica
setosa
versicolor
virginica
# NOT RUN { data(iris) ## maybe str(iris) ; plot(iris) ... # }
Run the code above in your browser using DataLab