Skip to content
Prev 361933 / 398506 Next

biplot

I should have mentioned that the points are invisible without the labels and there is no way to use plot symbols. Something like this is probably what you wanted.
Gives you the arrows and asterisks for the points. But labeling them is not easy since the coordinates are based on the columns:
[1] -6.705729  7.179791 -6.705729  7.179791

David C

-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of David L Carlson
Sent: Wednesday, June 22, 2016 10:44 AM
To: Shane Carey; r-help at r-project.org
Subject: Re: [R] biplot

The xlabs= (rows) and ylabs= (columns) arguments handle the labels, but they do not recycle so you need to specify values for each row and each column:
-------------------------------------
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77840-4352

-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Shane Carey
Sent: Wednesday, June 22, 2016 7:39 AM
To: r-help at r-project.org
Subject: [R] biplot

Hey,

Does anyone know how to remove labels from a biplot? I want to input them
manually as they are currently overlapping.

Thanks