Learn R Programming

NeuralNetTools (version 1.4.0)

lekgrps: Create optional barplot for lekprofile groups

Description

Create optional barplot of constant values of each variable for each group used with lekprofile

Usage

lekgrps(grps)

Arguments

grps
data.frame of values for each variable in each group used to create groups in lekprofile

Value

A ggplot object

Examples

Run this code
## enters used with kmeans clustering
x <- neuraldat[, c('X1', 'X2', 'X3')]
grps <- kmeans(x, 6)$center

lekgrps(grps)

Run the code above in your browser using DataLab