Learn R Programming

datasetsICR (version 1.0)

seeds: seeds dataset

Description

Measurements of geometrical properties of kernels belonging to three different varieties of wheat.

Usage

data(seeds)

Arguments

Format

A data.frame with 210 rows on 8 variables (including 1 classification variable).

Details

The dataset is about 210 wheat grains belonging to three different varieties on which 7 quantitative variables related to the internal kernel structure detected by using a soft X-ray technique are observed. The information on the varietes is given by variety and the remaining quantitative variables are area, perimeter, compactness, length of kernel, width of kernel, asymmetry coefficient, length of kernel groove, variety.

References

Dua, D., Graff, C.: UCI Machine Learning Repository. University of California, School of Information and Computer Science, Irvine, CA (2019) Giordani, P., Ferraro, M.B., Martella, F.: An Introduction to Clustering with R. Springer, Singapore (2020)

Examples

Run this code
# NOT RUN {
data(seeds)
X <- seeds[, 1:7]
class <- seeds[,8]
# }

Run the code above in your browser using DataLab