check_error_measure_params: Checks if the argument is a valid error_measure parameters...

View source: R/check_error_measure_params.R

check_error_measure_paramsR Documentation

Checks if the argument is a valid error_measure parameters structure, as created by create_error_measure_params. Will stop if not.

Description

Checks if the argument is a valid error_measure parameters structure, as created by create_error_measure_params. Will stop if not.

Usage

check_error_measure_params(error_measure_params)

Arguments

error_measure_params

parameter set to specify how the error between the given phylogeny and the Bayesian posterior is determined. Use create_error_measure_params to create such a parameter set

Value

nothing. Will stop if nit

Author(s)

Richèl J.C. Bilderbeek, Giovanni Laudanno

Examples

# Check cleanup by other functions
beastier::check_empty_beaustier_folders()

check_error_measure_params(create_error_measure_params())

richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.