pca_server | R Documentation |
Principal Components Analysis Server
pca_server(id, x)
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
A reactive dimensio::PCA
object.
pca_ui()
Other multivariate analysis modules:
ca_server()
,
ca_ui()
,
multivariate_server()
,
multivariate_ui()
,
pca_ui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.