Dear forum,
I need to create biplot graphic. I took a look at the code of the biplot.default function from the stats package and I found that the arrows for the variables are multiplied by a coefficient of 0.8 before plotting:
...
if (var.axes)
arrows(0, 0, y[, 1L] * 0.8, y[, 2L] * 0.8, col = col[2L],
length = arrow.len)
...
I have no idea why this is done. Could somebody clarify?
Thank you in advance.
Regards,
Martin
biplot from stats: 0.8 ?
2 messages · Martin Ivanov, Kevin Wright
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100127/1fd7b617/attachment.pl>