Closed jarioksa closed 7 years ago
This would fail because autoplot/fortify try to find species scores:
autoplot
fortify
> library(ggvegan) > data(dune) > autoplot(metaMDS(vegdist(dune), trace = FALSE)) Error in data.frame(out, Score = factor(rep(c("sites", "species"), c(nrow(samp), : arguments imply differing number of rows: 21, 40, 20
This would fail because
autoplot
/fortify
try to find species scores: