Learn R Programming

explore (version 1.3.4)

use_data_iris: 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()

Arguments

Value

Dataset as tibble

Examples

Run this code
use_data_iris()

Run the code above in your browser using DataLab