Function for creating objects of S3 class AMMI.
print
, summary
, plot
and
report
methods are available.
createAMMI(
envScores,
genoScores,
importance,
anova,
fitted,
trait,
envMean,
genoMean,
overallMean,
dat,
GGE,
byYear
)
A matrix containing environmental scores.
A matrix containing genotypic scores.
A data.frame containing the importance of the principal components.
A data.frame containing anova scores of the AMMI analysis.
A matrix containing fitted values from the AMMI model.
A character string indicating the analyzed trait.
A numerical vector containing the environmental means.
A numerical vector containing the genotypic means.
A numerical value containing the overall mean.
Has a GGE analysis been performed?
Has the analysis been performed by year?