plotPCO {vegsoup} | R Documentation |
The function uses capscale
to compute the ordination.
plotPCO(x, display = "sites", ...)
x |
A |
display |
See |
... |
|
Roland Kaiser
require(vegsoup) data(windsfeld) vegdist(windsfeld) <- "bray" plotPCO(windsfeld, thresh = 0.2)