Skip to content

Convenience function to support a PCA based Niche overview as graphical plot #87

@Martin-Jung

Description

@Martin-Jung

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.


  • Implement the function, either within the class definition or as external helper function (in plot.r)
  • Make sure it works and add a unit test

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions