R/get_clock_model_names.R

Defines functions get_clock_model_names

Documented in get_clock_model_names

#' Get the clock model names
#' @return the clock model names
#' @seealso Use \link{create_clock_models} to create a list
#'   with all clock models
#' @examples
#' check_empty_beautier_folder()
#'
#' get_clock_model_names()
#'
#' check_empty_beautier_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_clock_model_names <- function() {
  c("relaxed_log_normal", "strict")
}

Try the beautier package in your browser

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

beautier documentation built on Nov. 2, 2023, 5:08 p.m.