use_data_iris {explore} | R 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()
[Package explore version 1.3.1 Index]