MVA.biplot(x, xax = 1, yax = 2, scaling = 2, sco.set = c(12, 1, 2),
cor.set = c(12, 1, 2), space = 1, ratio = 0.9, weights = 1,
constraints = c("nf", "n", "f"), sco.args = list(),
cor.args = list(), f.col = 1, f.cex = 1)MVA.scoreplot).MVA.scoreplot).MVA.scoreplot).MVA.scoreplot and MVA.corplot).0.9 means the longest arrows is 90% of the corresponding axis)."n"), factors ("f") or both ("nf", default).MVA.scoreplot. All arguments are accepted.MVA.corplot. All arguments are accepted except xlab, ylab, circle, intcircle, drawintMVA.plot, to which all arguments can be passed.
All multivariate analyses covered by MVA.corplot can be used for biplots.require(vegan)
data(iris)
RDA <- rda(iris[,1:4]~Species,data=iris)
MVA.plot(RDA,"biplot",cor.args=list(col="purple"),ratio=0.8,f.col=c("red","green","blue"))Run the code above in your browser using DataLab