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.
Usage
# S3 method for class 'stability'
report(x, ..., outfile = NULL)
See also
Other stability:
gxeStability()
,
plot.stability()
Examples
## 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"))
#> Error in report.stability(geStab, outfile = tempfile(fileext = ".pdf")): An installation of LaTeX is required to create a pdf report.
# }