fawda123 / ggord

a take on ordination plots using ggplot2
https://fawda123.github.io/ggord/
62 stars 20 forks source link

Ordination plots need equal coordinate scalings #1

Closed gavinsimpson closed 9 years ago

gavinsimpson commented 9 years ago

The axes on ordinations need to be scaled in the same units and have an aspect ratio of 1. To achieve this with ggplot2, add a + coord_fixed() layer to the plot when drawn by ggord(). This is required to maintain the metric interpretations of distances on the plots.

fawda123 commented 9 years ago

Done! I also added an argument to suppress this behavior.