Skip to content

Commit

Permalink
Removes forgotten lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vucinick committed Jul 29, 2024
1 parent 052a067 commit 1a218e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -587,12 +587,6 @@ plot_clustree <- function(cluster_list, params, prefix, title = deparse(substitu
set_names(glue("{prefix}{params}")) %>%
purrr::map(as.integer)

# if (length(params) == 1) {
# title <- glue("{title} ({prefix} {params})")
# } else {
# title <- glue("{title} ({prefix} {params[1]}-{params[length(params)]})")
# }

clustree(tibble::as_tibble(clustree_list), prefix = prefix, edge_arrow = edge_arrow, highlight_core = highlight_core) +
ggplot2::ggtitle(title)
}
Expand Down

0 comments on commit 1a218e8

Please sign in to comment.