Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
myaseen208 opened this issue Jan 16, 2020 · 1 comment
Closed

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

myaseen208 opened this issue Jan 16, 2020 · 1 comment

Comments

@myaseen208
Copy link

@myaseen208 myaseen208 commented Jan 16, 2020

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
Copy link
Owner

@TiagoOlivoto TiagoOlivoto commented Jan 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.