VarSelShiny: Shiny app for analyzing results from VarSelCluster

Description Usage Arguments Examples

View source: R/VarSelShiny.R

Description

Shiny app for analyzing results from VarSelCluster

Usage

1

Arguments

X

an instance of VSLCMresults returned by function VarSelCluster.

Examples

1
2
3
4
5
6
7
8
9
## 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)

VarSelLCM documentation built on Oct. 23, 2020, 8:20 p.m.