clustree
clustree copied to clipboard
Error if clustree not loaded
data("iris_clusts")
clustree::clustree(iris_clusts, prefix = "K")
Error in get(as.character(FUN), mode = "function", envir = envir) :
object 'guide_edge_colourbar' of mode 'function' was not found
Does this mean we have to library the clustree ?
Yes, sorry if that wasn't clear. Because of how {ggplot2} works some things require the package to be loaded which affects {clustree}. See the linked issue for more details.
you should library(clustree), not clustree::