## Run Finlay-Wilkinson analysis on TDMaize.
geFW <- gxeFw(TDMaize, trait = "yld")
## Summarize results.
summary(geFW)
## Create a scatterplot of the results.
plot(geFW, plotType = "scatter")
# \donttest{
## Create a report summarizing the results.
report(geFW, outfile = tempfile(fileext = ".pdf"))
# }
Run the code above in your browser using DataLab