genpca
computes a generalized Principal Component Analysis (PCA).
It calculates the principal components, the coordinates of the variables and
in these principals components axes and the inertia of these principal components.
genpca(data, w=rep(1/nrow(data),length=nrow(data)),
m=diag(ncol(data)), center=NULL, reduc=TRUE)
Caussinus H., Fekri M., Hakam S., Ruiz-Gazen A. (2003) , A monitoring display of Multivariate Outliers, Computational Statistics and Data Analysis, vol. 44, 1-2, 237-252.
clustermap
,pcamap