The idea (by Piero) is as follows:
- Take the environmental covariates from a
BiodiversityDistribution object and do a PCA on them
- Plot the first and second PC axis in environmental space as points (sample like 10000 from them)
- Then overlay in a different colour all datasets, such as points or ranges to assess where data falls in.
This 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 idea (by Piero) is as follows:
BiodiversityDistributionobject 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.