PCA.biplot.Rd
This function performs calculations for the construction of a PCA biplot.
an object of class biplot
obtained from preceding function biplot()
.
the dimension of the biplot. Only values 1
, 2
and 3
are accepted, with default 2
.
the vector indicating which eigenvectors (principal components) should be plotted in the biplot, with default 1:dim.biplot
.
a vector of the same length as the number of rows in the data matrix for differentiated aesthetics for samples.
a logical value indicating whether group means should be plotted in the biplot.
a logical value. If FALSE
, the distances between sample points are
optimally approximated in the biplot. If TRUE
, the correlations between
variables are optimally approximated by the cosine of the angles between
axes. Default is FALSE
.
an object of class PCA
, inherits from class biplot
.