Skip to content
Prev 30298 / 398506 Next

Change cex.axis in biplot()

Ko-Kang Kevin Wang wrote:
Yes.

1) Provide a patch for biplot.default(). The lines containing
    axis(3, col = col[2])
    axis(4, col = col[2])
are the culprit, obviously.

2) or use

  par(cex.axis=0.7)
  biplot(x)

Uwe Ligges