NEON-biodiversity / Ostats

O-statistics (community pairwise niche overlap statistics)
https://neon-biodiversity.github.io/Ostats/
Other
7 stars 2 forks source link

Plotting function for multivariate or multiple O-stats #23

Closed qdread closed 3 years ago

qdread commented 3 years ago
  1. The Ostats_plot() function should create separate panels or pages of plots for each trait separately, if Ostats were run on multiple traits separately.
  2. If multivariate, we might also want to include plots based on those from the hypervolume package to show the covariance between the different traits that leads to different shaped hypervolumes.

This will take a fair bit of work to do, especially the second thing.

qdread commented 3 years ago

Part 1 above was done in commit db1c01f so that a list of plots is returned if you input trait data with >1 column.

qdread commented 3 years ago

I am working on Part 2. See the branch multivariate-plot

qdread commented 3 years ago

Part 2 was done as of commit 056b8e0 . Still working on the documentation and vignette as discussed in #22