biplot(x, ...)
"biplot"(x, y, var.axes = TRUE, col, cex = rep(par("cex"), 2), xlabs = NULL, ylabs = NULL, expand = 1, xlim  = NULL, ylim  = NULL, arrow.len = 0.1, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, ...)biplot, a fitted object. For biplot.default,
    the first set of points (a two-column matrix), usually associated
    with observations.TRUE the second set of points have arrows
    representing them as (unscaled) axes.palette: if there it and the next colour as used,
    otherwise the first two colours of the palette are used.x, or
    1:n if the dimname is NULL.y, or
    1:n if the dimname is NULL.var.axes is true. The arrow head can be suppressed by
    arrow.len = 0.biplot.princomp.
  The function biplot.default merely provides the
  underlying code to plot two sets of variables on the same figure.  Graphical parameters can also be given to biplot: the size of
  xlabs and ylabs is controlled by cex.
J.C. Gower and D. J. Hand (1996). Biplots. Chapman & Hall.
biplot.princomp, also for examples.