Plotting function for multivariate or multiple O-stats
qdread opened this issue · 3 comments
qdread commented
The Ostats_plot() function should create separate panels or pages of plots for each trait separately, if Ostats were run on multiple traits separately.- 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
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
I am working on Part 2. See the branch multivariate-plot