Learn R Programming

qgtools (version 2.0)

wheat: Multi-parental mating design data

Description

A F2 what data set includes parents, two-way, three-way, and four-way crosses.

Usage

data(wheat)

Arguments

Format

A data frame with 802 observations on the following 8 variables.

Env

Code for year

P1

Codes for female 1

P2

Codes for male 1

P3

Codes for female 2

P4

Code for male 2

Gen

Codes for generation: 0=parent and 2=F2

REP

Codes for replication

Average

Pre-harvest sprout index

Details

No other details available

References

To be added

Examples

Run this code
# NOT RUN {
 library(qgtools)
 data(wheat)
 summary(wheat)


# }

Run the code above in your browser using DataLab