NEON-biodiversity / Ostats

O-statistics (community pairwise niche overlap statistics)

Home Page:https://neon-biodiversity.github.io/Ostats/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotting function for multivariate or multiple O-stats

qdread opened this issue · comments

  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.

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

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

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