powered by
The basis.ACP function decomposes a multivariate data set according to principal components analysis.
basis.ACP
basis.ACP(simuls, basis.args = list())
a data.frame of size N x T, typically a set of N simulation outputs of length T.
N x T
N
T
an empty list of arguments for the PCA decomposition.
a data.frame of size N x T, containing the coefficients of the PCA decomposition. It is equal to the x output of function prcomp.
x
prcomp
a matrix of size T x T. It contains the eigenvectors of the PCA decomposition.
T x T
list with the element reduction="pca"
reduction="pca"
This function uses prcomp.
# NOT RUN { data(biomasseY) res <- basis.ACP(biomasseY) # }
Run the code above in your browser using DataLab