Skip to content
Snippets Groups Projects
Commit 3aaf74aa authored by Nathalie Vialaneix's avatar Nathalie Vialaneix
Browse files

changed bar title in plot selection

parent 224afacd
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ plot_dendrogram <- function(x) {
values <- mapply(function(a, b) {
names(a) <- labs; a[b] <- "darkred"; return(a)
}, values, x$selected)
bar_labs <- paste("#int.:", names(x$groups), "- sel?")
bar_labs <- paste("#int.:", names(x$groups), "- sel:")
} else {
values_mean <- mapply(function(a, b) {
names(a) <- labs; a[b$variable[b$"in.mean"]] <- "darkred"; return(a)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment