This is more a question about principal components analysis than about R. You have 4 variables and they are moderately correlated with one another (weight and hole are only .2). When the data consist of measurements, this usually suggests that the overall size of the object is being partly measured by each variable. In your case object size is measured by the first principle component (PC1) with larger objects having more negative scores so larger objects are on the left and smaller ones are on the right of the biplot.
The biplot can only display 2 of the 4 dimensions of your data at one time. In the first 2 dimensions, diam and height are close together, but in the 3rd dimension (PC3), they are on opposite sides of the component. If you plot different pairs of dimensions (e.g. 1 with 3 or 2 with 3, see below), the arrows will look different because you are looking from different directions.
-------------------------------------
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 Denis Francisci
Sent: Friday, March 10, 2017 4:45 AM
To: R-help Mailing List <r-help at r-project.org>
Subject: [R] problem with PCA
Hi all.
I'm newbie in PCA by I don't understand a behaviour of R.
I have this data matrix:
The biplot put the arrows of diam and height very near on the first
component axis.
So I understand that these 2 variables are well represented in the PC1 and
they are correlated each other.
But if I test the correlation, the value o correlation coefficient is low
cor(mx_fus[,1],mx_fus[,2])
0.4828185
Why the plot says a thing and correlation function says the opposite?
Two near arrows don't represent a strong correlation between the 2
variables (as I read in some manuals), but only with the component axis?
Than's in advance
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.