R/tools.R

# tree creation -----------------------------------------------------------

#' @export
pathstr_from_mat <- function(mat) {
  return(apply(as.matrix(mat), 1, paste, collapse = "|||"))
}
vh-d/hierarchical documentation built on July 5, 2019, 12:23 p.m.