Learn R Programming

clues (version 0.3.2)

Iris: The Iris Data Set

Description

The Iris data set.

Usage

data(Iris)

Arguments

Value

  • An object contains a 150 by 4 data matrix and a 150 by 1 cluster membership vector. There are 3 balanced clusters in a 4 dimensional space spanned by the 4 columns.

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole. (has 'iris3' as 'iris'.)

Examples

Run this code
data(Iris)
  # data matrix
  iris <- Iris$iris
  # cluster membership
  iris.mem <- Iris$iris.mem

Run the code above in your browser using DataLab