plotvf {ecodist} | R Documentation |
Add vector fitting arrows to an existing ordination plot.
plotvf(x, cex = 0.8, ascale = 0.9, ...)
x |
output from vf() |
cex |
text size |
ascale |
optional, proportion of plot area to use when calculating arrow length |
... |
optional, other graphics parameters |
Adds arrows to an existing ordination plot.
Sarah Goslee, Sarah.Goslee@ars.usda.gov
## Not run: # Fit vectors for the main variables to an NMDS configuration iris.vf <- vf(iris.nmin, iris[,1:4]) plotvf(iris.vf, col="blue") ## End(Not run) # A full example is available in the NMDS # section of the main help file for ecodist.