You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Namely, I’m working on visualization of PCA morphospaces using the PCcontrib() function.
For example:
PCcontrib(my_pca_object, nax=1:1, sd.r=c(-1))
I understand this will return me the shape at -1 standard deviation on PC1, and at 0 for all the other PCs.
What I am wondering is if there is a way to also visualize shapes that are at some arbitrary point in shape space, e.g. at -1 on PC1 and -1 on PC2.
Package Geomorph does something similar with its shape.predictor(), which allows to predict the shape for any combination of predictor variables (i.e. PC values).
Is there a way to accomplish something like this in Momocs?
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Love your package!
I have a question/perhaps a feature request:
Namely, I’m working on visualization of PCA morphospaces using the
PCcontrib() function.
For example:
PCcontrib(my_pca_object, nax=1:1, sd.r=c(-1))
I understand this will return me the shape at -1 standard deviation on
PC1, and at 0 for all the other PCs.
What I am wondering is if there is a way to also visualize shapes that are
at some arbitrary point in shape space, e.g. at -1 on PC1 and -1 on PC2.
Package Geomorph does something similar with its shape.predictor(), which
allows to predict the shape for any combination of predictor variables
(i.e. PC values).
Is there a way to accomplish something like this in Momocs? Additionally
Many thanks!
—
Reply to this email directly, view it on GitHub
<#224>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABECQFQSRGS734HLXH44SR3VTMDJ7ANCNFSM53FKTXTQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hi!
Love your package!
I have a question/perhaps a feature request:
Namely, I’m working on visualization of PCA morphospaces using the PCcontrib() function.
For example:
PCcontrib(my_pca_object, nax=1:1, sd.r=c(-1))
I understand this will return me the shape at -1 standard deviation on PC1, and at 0 for all the other PCs.
What I am wondering is if there is a way to also visualize shapes that are at some arbitrary point in shape space, e.g. at -1 on PC1 and -1 on PC2.
Package Geomorph does something similar with its shape.predictor(), which allows to predict the shape for any combination of predictor variables (i.e. PC values).
Is there a way to accomplish something like this in Momocs?
Many thanks!
The text was updated successfully, but these errors were encountered: