powered by
Calculate maps of cortical thickness and perform a Principal Component Analysis
morphomapPCA( mpShapeList, gamMap = TRUE, nrow = 61, ncol = 24, rem.out = TRUE, scaleThick = FALSE, fac.out = 1.5, method = "equiangular", scalePCA = TRUE, unwrap = "A" )
PCscores PC scores
PCs loadings
Variance Table of the explained Variance by the PCs
meanMap mean morphometric map
CorMaps morphometric maps
list: list containing morphomapShape objects
Antonio Profico
# \donttest{ data(Ex_mpShapeList) PCA<-morphomapPCA(Ex_mpShapeList) plot(PCA$PCscores) barplot(PCA$Variance[,2]) # }
Run the code above in your browser using DataLab