R/IWScore.R

#' @template pointlessDots
#' @rdname TreeLength
#' @export
IWScore <- function (tree, dataset, concavity = 10L, ...) {
  .Deprecated("TreeLength")
  TreeLength(tree, dataset, concavity)
}

#' @rdname TreeSearch
#' @export
IWTreeSearch <- function (...) {
  .Deprecated("MaximizeParsimony") # Retained as template, for now.
  message("See also the vignette \"custom optimality criteria\"")
}

Try the TreeSearch package in your browser

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

TreeSearch documentation built on Aug. 26, 2023, 9:06 a.m.