Learn R Programming

Rdimtools (version 1.0.6)

iris: 'Iris' data

Description

This is the identical dataset as original iris data where numeric values of Sepal.Length, Sepal.Width, Petal.Length, Petal.Width measured in centimeters are given for 50 flowers from each of 3 species of iris.

Usage

data(iris)

Arguments

Format

a data.frame containing

Sepal.Length

sepal length

Sepal.Width

sepal width

Petal.Length

petal length

Petal.Width

petal width

Species

(factor) one of 'setosa','versicolor', and 'virginica'.

Examples

Run this code
# NOT RUN {
# load the data
data(iris)

# visualize
opar <- par(no.readonly=TRUE)
plot(iris[,1:4])
par(opar)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab