Issues with rda() "triplot" vectors #659
Unanswered
ArthurVDbio
asked this question in
Q&A
Replies: 1 comment
-
You have ordered factors which are expressed as linear ( |
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
-
hope this is appropriate
CONTEXT
I use the function rda() to analyse morpho-ecological correlations; having morphological (shapes variables coming from geometric morphometrics) and ecological (10 variables, ordinal or nominal) datasets.
The code, cca.object seem to be okay and I double checked for the dataset and inputs.
ISSUE
The triplot showes vectors ('bp') with random added letters instead of the true factor level... L and Q are not factor levels and understanble for me.
I hope somebody can help.
Thanks in advance.
DETAILS
My basic functions:
rda<-rda(coords~.,data=traits.f)
plot(rda,scaling=2,display="bp")
The triplot:
Beta Was this translation helpful? Give feedback.
All reactions