Tag Archives: PCA

Decluttering ordination plots in vegan part 2: orditorp()

In the earlier post in this series I looked at the ordilabel() function to help tidy up ordination biplots in vegan. An alternative function vegan provides is orditorp(), the last four letters abbreviating the words text or points. That is … Continue reading

Posted in Plotting, R, vegan | Tagged , , , | 4 Comments

Decluttering ordination plots in vegan part 1: ordilabel()

In an earlier post I showed how to customise ordination diagrams produced by our vegan package for R through use of colours and plotting symbols. In a series of short posts I want to cover some of the options available … Continue reading

Posted in Plotting, R, vegan | Tagged , , , , | 1 Comment

Customising vegan’s ordination plots

As a developer on the vegan package for R, one of the most FAQs is how to customise ordination diagrams, usually to colour the sample points according to an external grouping variable. Now, just because we get asked how to … Continue reading

Posted in R, vegan | Tagged , , , | 45 Comments