Arabidopsis leaf area data for the hapmap and Swedish regmap population.
data
data(LA_H); data(LA_S)
Data frame with leaf area observations:
genotype
: a factor, the levels being the accession identifiersLA13_H
: Leaf area 13 days after sowing, in numbers of pixels (hapmap)LA13_S
: Leaf area 13 days after sowing, in numbers of pixels (Swedish regmap)replicate
: The replicate (or block) each plant is contained in (factor with levels 1
to 4
)rep1
: numeric encoding of the factor replicate: equals 1 if the plant is in replicate 1 and 0 otherwiserep2
: numeric encoding of the factor replicate: equals 1 if the plant is in replicate 2 and 0 otherwiserep3
: numeric encoding of the factor replicate: equals 1 if the plant is in replicate 3 and 0 otherwisex
: The within image x-coordinate of the plant. A factor with levels 1
2
3
y
: The within image y-coordinate of the plant. A factor with levels 1
2
3
4
x1
: numeric encoding of the factor x
: equals 1 if the plant is in position 1 and 0 otherwisex2
: numeric encoding of the factor x
: equals 1 if the plant is in position 2 and 0 otherwisey1
: numeric encoding of the factor y
: equals 1 if the plant is in position 1 and 0 otherwisey2
: numeric encoding of the factor y
: equals 1 if the plant is in position 2 and 0 otherwisey3
: numeric encoding of the factor y
: equals 1 if the plant is in position 3 and 0 otherwiseWillem Kruijer willlem.kruijer@wur.nl; experiments conducted by Padraic Flood flood@mpipz.mpg.de
For the corresponding genetic relatedness matrices, see K_hapmap
and K_swedish
.
data(LA_H); data(LA_S)
Useful links