zinc {wgaim}R Documentation

Zinc data

Description

Zinc concentration data of a Double Haploid wheat population.

Usage

data(zinc)

Format

A data frame with 200 observations on the following 5 variables

id
The identification for the Double Haploid or Control line
Block
A blocking variable for the experiment
Type
The type of wheat variety (Double Haploid, Cascades, Rac875-2)
shoot
The shoot length of each plant
znconc
Zinc concentration level of each plant

Examples


data(zinc, package = "wgaim")
plot(zinc$shoot, zinc$znconc)


[Package wgaim version 0.2 Index]