dudi.pca
on Nef
-objects.dudi.pca
in ade4
on Nef
-objects.pca(Nef, subset=NULL,
row.w,
col.w,
center=TRUE,
scale=FALSE,
scannf=FALSE,
nf=3)
Nef
objectNULL
, then the subset on which to perform the PCA. Must be specified as one of the levels of the factor
slot (Nef@fac
.vector
giving the rows weights (see Details).vector
giving the cols weights (see Details).logical
. Whether to center or not the harmonic coefficients.logical
. Whether to scale or not the harmonic coefficients.logical
. Whether to ask or not the number of PC to retain.integer
. If scannf
is FALSE, then the number of PC to retain.dudi.pca
objectade4
and also the package's homepage: data(bot)
botD <- pca(eFourier(bot))
botD # note the new components
Run the code above in your browser using DataLab