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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MTM1OTAsIm5iZiI6MTczOTgxMzI5MCwicGF0aCI6Ii8xMTQ3NzI4NDQvMzUxOTc4MTM0LWRhMzg1MzgzLTgyNWYtNDc1MS04MWY0LWM5MGE3ZDY2Y2RlYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QxNzI4MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZjM4ZjNlNTQxN2ZhMzU1Mzc2ZGM0ODBlMWE0ZjQ2Y2JlYjBlNzhjMjZlNzdiZTVhMWIxMzQ2OTg3ZDljMTI5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fNsvGnhFSze5zysIZQZ8GXHzuMIlvc6Hq01ixPMi6rw)
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