iris: Iris data (flowers)

Description Usage Format Source Examples

Description

Classical data set from R.A. Fisher.

Usage

1
data("iris")

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

Source

R.A Fisher. The Use of Multiple Measurements in Taxonomic Problems. In: Annals of Eugenics 7 (1936), pp. 179-188.

Examples

1
2
data(iris)
## maybe str(iris) ; plot(iris) ...

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.