How to create a biplot using vegan and ggplot2 (CC203)

April 11, 2022 • PD Schloss • 1 min read

Although vegan has its own functions for generating biplots, they’re a little funky. We’ll create our own using ggplot2, dplyr, purrr, ggrepel, and broom. This will allow us to better understand what biplots are and get more practice using these great packages.

Code

You can browse the state of the repository at the