Learn R Programming

ORKM (version 1.0.0)

seed: A single-view data set named Seeds.

Description

The Seeds data set holds data on the area, circumference, compaction, seed length, seed width, asymmetry factor, length of the ventral groove of the seed and category data for different varieties of wheat seeds. The data set contains a total of 210 records, 7 features, and one label, which is divided into 3 categories.

Usage

data("seed")

Arguments

Format

The format is: num [1:210, 1:8] 15.3 14.9 14.3 13.8 16.1 ...

Details

A single-view data set named seed.

References

http://archive.ics.uci.edu/ml/datasets/seeds

Examples

Run this code
data(seed); str(seed) 

Run the code above in your browser using DataLab