VarSelShiny: Shiny app for analyzing results from VarSelCluster

View source: R/VarSelShiny.R

VarSelShinyR Documentation

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

## 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 Sept. 19, 2025, 3:01 p.m.