get_demo_cluster | R Documentation |
Generates random data to be used in examples.
get_demo_cluster()
a list containg:
X |
data.frame |
Y |
data.frame |
Z |
data.frame |
pca |
a mixOmics pca result |
spca |
a mixOmics spca result |
pls |
a mixOmics pls result |
spls |
a mixOmics spls result |
block.pls |
a mixOmics block.pls result |
block.spls |
a mixOmics block.spls result |
# Random data could lead to "The SGCCA algorithm did not converge" warning which is not important for a demo
demo <- suppressWarnings(get_demo_cluster())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.