This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include: princomp, factanal.
biplot(x, ...) biplot.default(obs, bivars, var.axes=T, col=<<see below>>, cex=<<see below>>, olab=NULL, vlab=NULL, expand=1, xlim=NULL, ylim=NULL)
Graphical parameters may also be supplied as arguments to this function (see par).
Gabriel, K. R. and Odoroff, C. L. (1990). Biplots in biomedical research. Statistics in Medicine. 9 469-485.
Seber, G. A. F. (1984). Multivariate Observations. Wiley; New York.
longley.pc <- princomp(longley.x, cor=T) biplot(longley.pc) biplot(longley.pc, expand=1.1, var.axes=c(GNP=T,Arm=T,Unem=T))