fortify_ica | R Documentation |
Get and fortify ICA
fortify_ica(m_data, ..., sup_vars = NULL)
m_data |
Input matrix |
... |
Passed to fastICA::fastICA |
sup_vars |
Optional supplementary variables |
Fortified dimension reduction
fortify_dimred, fortify_pca
df_ica <- fortify_ica(iris[-5], n.comp = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.