iris_long: Edgar Anderson's Iris Data in long format.

Description Usage Format Details Source Examples

Description

Edgar Anderson's Iris Data in long format.

Usage

1

Format

A data frame with 600 rows and 5 variables

Details

This famous (Fisher's or Anderson's) iris data set gives the measurements in centimeters of the variables sepal length and width and petal length and width, respectively, for 50 flowers from each of 3 species of iris. The species are Iris setosa, versicolor, and virginica.

This is a modified dataset from datasets package.

Source

https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/iris.html

Examples

1
2
3
dim(iris_long)
head(iris_long)
dplyr::glimpse(iris_long)

IndrajeetPatil/ipmisc documentation built on Oct. 22, 2021, 6:36 a.m.