iris:

Usage Format Examples

Usage

1
data("iris")

Format

A data frame with 150 observations on the following 6 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

Sepal.Length_cat

a character vector

Examples

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

SaraTouzani/EM documentation built on Dec. 16, 2019, 12:31 a.m.