run_pca | R Documentation |
run_pca
run_pca(object)
object |
tidymass-class object. |
prcomp object.
Xiaotao Shen shenxt1990@163.com
library(massdataset) library(magrittr) library(dplyr) data("liver_aging_pos") liver_aging_pos pca_object = liver_aging_pos %>% scale() %>% run_pca()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.