use_data_iris: Use the iris flower data set

View source: R/use-data.R

use_data_irisR Documentation

Use the iris flower data set

Description

This data set comes with base R. The 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.

Usage

use_data_iris()

Value

Dataset as tibble

Examples

use_data_iris()

explore documentation built on Oct. 11, 2023, 9:07 a.m.