Learn R Programming

DLPCA (version 0.0.5)

Iris: Iris

Description

Iris data set

Usage

data("Iris")

Arguments

Format

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

Sepal.length

a numeric vector

Sepal.width

a numeric vector

Petal.length

a numeric vector

Petal.width

a numeric vector

Species

a character vector

Details

It contains 150 samples with 5 variables

Examples

Run this code
data(Iris)
## maybe str(Iris) ; plot(Iris) ...

Run the code above in your browser using DataLab