TiagoOlivoto / metan

Package for multi-environment trial analysis
https://tiagoolivoto.github.io/metan/
GNU General Public License v3.0
35 stars 17 forks source link

Labels of plot_scores(AMMI_model, type = 2) #1

Closed myaseen208 closed 4 years ago

myaseen208 commented 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.

library(metan)
AMMI_model <- performs_ammi(data_ge,
                            env = ENV,
                            gen = GEN,
                            rep = REP,
                            resp = GY,
                            verbose = FALSE)
plot_scores(AMMI_model, type = 2)
TiagoOlivoto commented 4 years ago

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.