VarSelShiny | R Documentation |
Shiny app for analyzing results from VarSelCluster
VarSelShiny(X)
X |
an instance of VSLCMresults returned by function VarSelCluster. |
## Not run:
# Data loading
data("heart")
# Clustering en 2 classes
results <- VarSelCluster(heart[,-13], 2)
# Opening Shiny application to easily see the results
VarSelShiny(results)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.