report.FW {statgenGxE} | R Documentation |
Report method for class FW
Description
A pdf report will be created containing a summary of an FW object. Simultaneously the same report will be created as a tex file.
Usage
## S3 method for class 'FW'
report(x, sortBy = c("sens", "genMean", "mse"), ..., outfile = NULL)
Arguments
x |
An object of class FW. |
sortBy |
A character string indicating by which variable the estimates
should be sorted. Either |
... |
Not used. |
outfile |
A character string, the name and location of the output .pdf
and .tex file for the report. If |
Value
A pdf and tex report.
See Also
Other Finlay-Wilkinson:
fitted.FW()
,
gxeFw()
,
plot.FW()
,
residuals.FW()
Examples
## Run Finlay-Wilkinson analysis on TDMaize.
geFW <- gxeFw(TDMaize, trait = "yld")
## Create a report summarizing the results.
report(geFW, outfile = tempfile(fileext = ".pdf"))
[Package statgenGxE version 1.0.8 Index]