R/treeheatr.R

#' Draws and aligns decision tree and heatmap.
#'
#' heat_tree() alias.
#'
#' @rdname heat_tree
#' @examples
#' treeheatr(penguins, target_lab = "species")
#'
#' treeheatr(
#'   x = galaxy[1:100, ],
#'   target_lab = "target",
#'   task = "regression",
#'   terminal_vars = NULL,
#'   tree_space_bottom = 0
#' )
#' @export
treeheatr <- heat_tree

Try the treeheatr package in your browser

Any scripts or data that you put into this service are public.

treeheatr documentation built on Jan. 30, 2026, 1:06 a.m.