seed | R Documentation |
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.
data("seed")
The format is: num [1:210, 1:8] 15.3 14.9 14.3 13.8 16.1 ...
A single-view data set named seed.
http://archive.ics.uci.edu/ml/datasets/seeds
http://archive.ics.uci.edu/ml/datasets/seeds
data(seed); str(seed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.