powered by
lekprofile
Create optional barplot of constant values of each variable for each group used with lekprofile
lekgrps(grps, position = "dodge", grp_nms = NULL)
data.frame of values for each variable in each group used to create groups in lekprofile
data.frame
chr string indicating bar position (e.g., 'dodge', 'fill', 'stack'), passed to geom_bar
geom_bar
optional chr string of alternative names for groups in legend
A ggplot object
ggplot
# NOT RUN { ## 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