Closed myaseen208 closed 4 years ago
Congratulation for developing such a wonderful package. I think I spotted a type in the labels of plot_scores(AMMI_model, type = 2). Both labels are PC1. I think x-axis label should be PC1 and y-axis label should be PC2.
plot_scores(AMMI_model, type = 2)
PC1
PC2
library(metan) AMMI_model <- performs_ammi(data_ge, env = ENV, gen = GEN, rep = REP, resp = GY, verbose = FALSE) plot_scores(AMMI_model, type = 2)
Thank you so much for your comment. I just corrected the y-axis with "PC2" in the development version. Now, I'm closing this issue.
Congratulation for developing such a wonderful package. I think I spotted a type in the labels of
plot_scores(AMMI_model, type = 2)
. Both labels arePC1
. I think x-axis label should bePC1
and y-axis label should bePC2
.