R/tree_DDM.R

#' tree_DDM
#'
#' A wrapper function to grow the DDM tree
#'
#' @param dat
#'
#' @return
#' @export
#'
#' @examples
tree_DDM <- function(dat) {
    n0de_id_c0unt <<- 1 # global variable to keep track of recursion counts, also node_id
    split(dat)
}
andriizakharov/DDMtree documentation built on May 21, 2019, 9:19 a.m.