R/get_log_modes.R

Defines functions get_log_modes

Documented in get_log_modes

#' Get the possible log modes
#' @return the possible log modes
#' @examples
#' get_log_modes()
#' @author Richèl J.C. Bilderbeek
#' @export
get_log_modes <- function() {
  c(
    "autodetect",
    "compound",
    "tree"
  )
}
richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.