smclust: smclust

View source: R/smclust.R

smclustR Documentation

smclust

Description

Shiny app which allows to run a EM clustering with interactive choice of variables.

Usage

smclust(data, xvar = character(0), ...)

Arguments

data

matrix or data.frame

xvar

character: names of selected variables for the clustering

...

unused

Value

nothing

Examples

if (interactive()) smclust(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.