Learn R Programming

VarSelLCM (version 2.1.3.2)

VarSelShiny: Shiny app for analyzing results from VarSelCluster

Description

Shiny app for analyzing results from VarSelCluster

Usage

VarSelShiny(X)

Arguments

X

an instance of VSLCMresults returned by function VarSelCluster.

Examples

Run this code
if (FALSE) {
# Data loading
data("heart")
# Clustering en 2 classes
results <- VarSelCluster(heart[,-13], 2)
# Opening Shiny application to easily see the results
VarSelShiny(results)
}

Run the code above in your browser using DataLab