Replies: 2 comments 6 replies
-
Without your data or the output from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I've been trying to plot my dbRDA (or CCA) results after the analyses, but am having trouble showing all the arrows for environmental variables. In total, I have approx. 10 environmental variables that I want to see how that might explain the changes in the community compositions. I have tried
plot
,autoplot
, and also some other methods, yet all the plotting methods would only show the first three arrows instead of all. I was wondering if anyone have encountered similar issues before?Below is the code I use to generate the plot:
And this is the plot I am getting. No matter what I did, only the first three variables,
![image](https://private-user-images.githubusercontent.com/114772844/351978134-da385383-825f-4751-81f4-c90a7d66cdec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzYyMzQsIm5iZiI6MTczODk3NTkzNCwicGF0aCI6Ii8xMTQ3NzI4NDQvMzUxOTc4MTM0LWRhMzg1MzgzLTgyNWYtNDc1MS04MWY0LWM5MGE3ZDY2Y2RlYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwMDUyMTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yZjc3NTM3NTYwZjU5NDJiMjI4MDIzMDE2M2Q1NzUyYTY0OWUxMzdkMDQ0MzE3NDBjYmI5NjZlOTY2OWVkMGIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.vlbPBwNTEkazc4QVnxu19XJ5Y31_ZvCWbwDn7Ogjacg)
BOD
,Chlo
, andDO
would show up. Interestingly, if I delete those three, then the next three, which areFC
,PhP
, andSal
would then show up.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions