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
)A data.frame containing the estimated values.
A data.frame containing anova scores of the FW analysis.
A data.frame containing the environmental effects.
A character value indicating the analysed trait.
A numerical value containing the number of genotypes in the analysis.
A numerical value containing the number of environments in the analysis.
The object of class TD on which the
analysis was performed.
The fitted values for the genotypes.
A numerical value containing the tolerance used during the analysis.
A numerical value containing the number of iterations for the analysis to converge.
plot.FW, report.FW