Learn R Programming

lmreg (version 1.2)

Iris: Fisher's Iris data

Description

Measurements of four dimensions of flowers of three species of the plant Iris (Iris setosa, Iris versicolor, and Iris virginica).

Usage

data(Iris)

Arguments

Format

A data frame with 150 observations on the following 6 variables.

Species_No

Species number

Petal_width

Petal width (in cm)

Petal_length

Petal length (in cm)

Sepal_width

Sepal width (in cm)

Sepal_length

Sepal length (in cm)

Species_name

Species names: Setosa, Verginica or Versicolor, a character vector

Examples

Run this code
# NOT RUN {
data(Iris)
head(Iris)
# }

Run the code above in your browser using DataLab