-
Notifications
You must be signed in to change notification settings - Fork 2
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
Convenience function to support a PCA based Niche overview as graphical plot #87
Comments
I have worked on this using the Source:
|
Sounds good. I think it would be neat if there is a wrapper function for ibis.iSDM objects. So specifically by providing a |
Sounds all reasonable 👍 The function above is not exactly Piero's idea, but similar, and based on the first paper listed under the Sources. So in terms of a |
We made a sketch in the coffee room today :D But yeah, extract all specified biodiversity data in the object. Can talk tmr or so about it. |
I am on leave until next week, but happy to chat during lunch next week (or anytime) |
Needed a distraction/procastrination from proposal writing. Now implemented in c033af2 . I did not add any of the summary overlap metrics (Schoener's D etc), which I think need a dedicated issue and function elsewhere. This plotting function simply makes point clouds and colours them. Works for two selected variables or - if not variables are specified - simply makes a PCA on all variables in |
Just an idea, I wonder if you have considered alternative dimension reduction techniques to visualize a species' niche? This is because principle components analyses are unable to account for non-linear releationships/interactions between environmental variables and this often manifests as PCA plots that contain "arcs" (points appear as a "n", "v", "<", ">" |
In case it's of interest, here's a quick demo comparing the methods:
|
The idea (by Piero) is as follows:
BiodiversityDistribution
object and do a PCA on themThis would allow a visual assessment of the extent to which the data falls within the whole environmental space. It should not replace the existing functionalities of
partial_density()
here but instead looks at all covariates.The text was updated successfully, but these errors were encountered: