FW | R Documentation |
Function for creating objects of S3 class FW (Finlay-Wilkinson).
print
, summary
, plot
and
report
methods are available.
createFW(
estimates,
anova,
envEffs,
trait,
nGeno,
nEnv,
TD,
fittedGeno,
tol,
iter
)
estimates |
A data.frame containing the estimated values. |
anova |
A data.frame containing anova scores of the FW analysis. |
envEffs |
A data.frame containing the environmental effects. |
trait |
A character value indicating the analysed trait. |
nGeno |
A numerical value containing the number of genotypes in the analysis. |
nEnv |
A numerical value containing the number of environments in the analysis. |
TD |
The object of class |
fittedGeno |
The fitted values for the genotypes. |
tol |
A numerical value containing the tolerance used during the analysis. |
iter |
A numerical value containing the number of iterations for the analysis to converge. |
plot.FW
, report.FW
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.