openintro (version 1.7.1)

iris: Iris data (flowers)

Description

Classical data set from R.A. Fisher.

Usage

data("iris")

Arguments

Format

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 factor with levels setosa versicolor virginica

Examples

Run this code
# NOT RUN {
data(iris)
## maybe str(iris) ; plot(iris) ...
# }

Run the code above in your browser using DataLab