Ordination graphs with vegan, BiodiversityR and ggplot2

The main objective of this document is to give some examples of how data from ordination, such non metric multidimensional scaling or redundancy analysis that were obtained via vegan and BiodiversityR, can be plotted via ggplot2. The key intermediate steps to allow plotting with ggplot2 is to get da...

Full description

Bibliographic Details
Main Author: Kindt, R.
Format: Source Code
Language:Inglés
Published: 2020
Subjects:
Online Access:https://hdl.handle.net/10568/113432
Description
Summary:The main objective of this document is to give some examples of how data from ordination, such non metric multidimensional scaling or redundancy analysis that were obtained via vegan and BiodiversityR, can be plotted via ggplot2. The key intermediate steps to allow plotting with ggplot2 is to get data in the ‘long’ (tidy) format that is used in ggplot2, which can be achieved with some functions in BiodiversityR that should work with most ordination results.