get_clock_model_name {beautier}R Documentation

Get the BEAUti name for a clock model

Description

Will stop if the clock model is an invalid clock model

Usage

get_clock_model_name(clock_model)

Arguments

clock_model

a clock model, as returned by create_clock_model

Value

name of the clock model

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beautier_folder()

# StrictClock
get_clock_model_name(create_strict_clock_model())

# RelaxedClock
get_clock_model_name(create_rln_clock_model())

check_empty_beautier_folder()

[Package beautier version 2.6.12 Index]