method for obtaining "tidy" scores seems broken?
Closed this issue · 2 comments
arne1921KF commented
When exploring a dataset, I noticed the option to obtain "tidy" scores compatible with ggplot2.
I gave it a quick go and got a NULL object back. Restarting the R session and running from a blank environment didn't help. No time to investigate further, and no colleague at hand who can run this on their machine for comparison - sorry for that!
Reproducible example:
dca <- decorana(dune)
sc <- scores(dca, display="sites", tidy = TRUE)
jarioksa commented
Vegan version please (and see https://github.com/vegandevs/vegan/blob/master/inst/NEWS.md, first item).
gavinsimpson commented
The example works in the current dev version of vegan.
If you need it @arne1921KF, see the installation instructions to install vegan from our R Universe repository in the README.