report.AMMI | R Documentation |
A pdf report will be created containing a summary of an AMMI object. Simultaneously the same report will be created as a tex file.
## S3 method for class 'AMMI'
report(x, ..., outfile = NULL)
x |
An object of class AMMI. |
... |
Not used. |
outfile |
A character string, the name and location of the output .pdf
and .tex file for the report. If |
A pdf and tex report.
Other AMMI:
fitted.AMMI()
,
gxeAmmi()
,
plot.AMMI()
,
residuals.AMMI()
## Run AMMI analysis on TDMaize.
geAmmi <- gxeAmmi(TD = TDMaize, trait = "yld")
## Create a pdf report summarizing the results.
report(geAmmi, outfile = tempfile(fileext = ".pdf"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.