R/print_costeffectiveness_tree.R

Defines functions print.costeffectiveness_tree

Documented in print.costeffectiveness_tree

#' Print Method for Cost-Effectiveness Trees
#'
#' @param decisiontree
#' @param ...
#'
#' @return
#' @export
#'
#' @examples
print.costeffectiveness_tree <- function(decisiontree, ...){

  do.call(data.tree:::print.Node, c(decisiontree, decisiontree$fieldsAll, limit = 1000))
}
n8thangreen/treeSimR documentation built on Feb. 20, 2022, 11:54 a.m.