| basis.ACP | R Documentation |
The basis.ACP function decomposes a multivariate data set according to principal components analysis.
basis.ACP(simuls, basis.args = list())
simuls |
a data.frame of size |
basis.args |
an empty list of arguments for the PCA decomposition. |
This function uses prcomp.
H |
a data.frame of size |
L |
a matrix of size |
call.info |
list with the element |
prcomp
data(biomasseY)
res <- basis.ACP(biomasseY)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.