Learn R Programming

LinCal (version 1.0)

wheat: Percentage Water, Percentage Protein, and Infrared Reflectance Measurements of Hard Wheat

Description

A dataset containing 21 samples of hard wheat. The variables are as follows:

Usage

data("wheat")

Arguments

Format

A data frame with 21 observations on the following 6 variables.

Y1

infrared reflectance vector

Y2

infrared reflectance vector

Y3

infrared reflectance vector

Y4

infrared reflectance vector

X1

percentage water vector

X2

percentage protein vector

Examples

Run this code
# NOT RUN {
data(wheat)
## maybe str(wheat) ; plot(wheat) ...
# }

Run the code above in your browser using DataLab