Learn R Programming

beautier (version 2.6.12)

is_rln_clock_model: Determine if the object is a valid relaxed log normal clock model

Description

Determine if the object is a valid relaxed log normal clock model

Usage

is_rln_clock_model(x)

Value

TRUE if x is a valid relaxed log normal clock model, FALSE otherwise

Arguments

x

an object, to be determined if it is a valid relaxed log normal clock model, as created by create_rln_clock_model)

Author

Richèl J.C. Bilderbeek

See Also

create_clock_model shows an overview of functions to create a clock model

Examples

Run this code
check_empty_beautier_folder()

is_rln_clock_model(create_strict_clock_model())
is_rln_clock_model(create_rln_clock_model())

is_rln_clock_model(NA)
is_rln_clock_model(NULL)
is_rln_clock_model("nonsense")
is_rln_clock_model(create_jc69_site_model())
is_rln_clock_model(create_mcmc())

check_empty_beautier_folder()

Run the code above in your browser using DataLab