skmeans: skmeans

View source: R/skmeans.R View source: R/archive/skmeans.R

skmeansR Documentation

skmeans

Description

Shiny app which allows to run a k-means cluster analysis with interactive choice of variables.

Usage

skmeans(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()) skmeans(iris)

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