Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jul 16, 2024
1 parent e8ff317 commit f8d5876
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/dendrogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,6 @@ dendrogram_data <- function(tree,
)
}

tree_edge_double <- function(edge, ranges) {
}

check_tree <- function(tree, arg = rlang::caller_arg(tree),
call = caller_call()) {
if (inherits(tree, "hclust")) {
Expand Down

0 comments on commit f8d5876

Please sign in to comment.