tai.potato | R Documentation |
Multi-environment trial of potato tuber yields
data("tai.potato")
A data frame with 48 observations on the following 6 variables.
yield
yield, kg/plot
gen
genotype code
variety
variety name
env
environment code
loc
location
year
year
Mean tuber yield of 8 genotypes in 3 locations over two years. Katahdin and Sebago are check varieties. Each location was planted as a 4-rep RCB design.
In Tai's plot of the stability parameters, F5751 and Sebago were in the average stability area. The highest yielding genotype F6032 had an unstable performance.
G.C.C. Tai, 1971. Genotypic stability analysis and its application to potato regional trials. Crop Sci 11, 184-190. Table 2, p. 187. https://doi.org/10.2135/cropsci1971.0011183X001100020006x
George Fernandez (1991). Analysis of Genotype x Environment Interaction by Stability Estimates. Hort Science, 26, 947-950.
## Not run:
library(agridat)
data(tai.potato)
dat <- tai.potato
libs(lattice)
dotplot(variety ~ yield|env, dat, main="tai.potato")
# fixme - need to add tai() example
# note, st4gi::tai assumes there are replications in the data
# https://github.com/reyzaguirre/st4gi/blob/master/R/tai.R
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.