Problem:
I am using the linestack
plot from the vegan
package.
For higher number of data/labels the plot gets cropped.
Reproducable Example:
library(vegan)
linestack(x= 1:100, labels = 1:100)
Question: How can I get the complete plot including all values/labels (1:13 and 85:100) without crop?