Skip to content
Prev 5126 / 7420 Next

biplot question: "Error in 1L:n : argument of length 0"

Use the `plot()` method provided by vegan. You won't get biplots from an
NMDS as the method throws away the species data to when convert the data to
dissimilarities before generating the k-d mapping. vegan allows species
scores to be added (as the weighted averages of the site scores) if the raw
data was given to metaMDS(), but these and the site scores don't form a
traditional biplot if you mean that term specifically.

G
On 29 July 2015 at 10:36, Michael Marsh <swamp at blarg.net> wrote: