###############################################################################
# PCA
###############################################################################
RC_PCA_scree = function(Data){
# PCA cumulative
res.pca = PCA(Data, graph = FALSE)
return(fviz_screeplot(res.pca, addlabels = TRUE ))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.