iris_long | R Documentation |
Edgar Anderson's Iris Data in long format.
iris_long
A data frame with 600 rows and 5 variables
id. Dummy identity number for each flower (150 flowers in total).
Species. The species are Iris setosa, versicolor, and virginica.
condition. Factor giving a detailed description of the attribute
(Four levels: "Petal.Length"
, "Petal.Width"
, "Sepal.Length"
,
"Sepal.Width"
).
attribute. What attribute is being measured ("Sepal"
or "Pepal"
).
measure. What aspect of the attribute is being measured ("Length"
or "Width"
).
value. Value of the measurement.
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.
dim(iris_long)
head(iris_long)
dplyr::glimpse(iris_long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.