A pdf report will be created containing a summary of an object of class stability. Simultaneously the same report will be created as a tex file.
# S3 method for stability
report(x, ..., outfile = NULL)
A pdf and tex report.
An object of class stability.
Not used.
A character string, the name and location of the output .pdf
and .tex file for the report. If NULL
, a report with a default name
will be created in the current working directory.
Other stability:
gxeStability()
,
plot.stability()
## Compute three stability measures for TDMaize.
geStab <- gxeStability(TD = TDMaize, trait = "yld")
# \donttest{
## Create a .pdf report summarizing the stability measures.
report(geStab, outfile = tempfile(fileext = ".pdf"))
# }
Run the code above in your browser using DataLab