joint.congruent.models {CRABS}R Documentation

Create a set of congruent models

Description

Create a set of congruent models

Usage

joint.congruent.models(model, mus, lambdas, keep_ref = TRUE)

Arguments

model

The reference model. An object of class "CRABS"

mus

A list of extinction-rate functions

lambdas

A list of speciation-rate functions

keep_ref

Whether or not to keep the reference model in the congruent set

Value

An object of class "CRABSset"

Examples


# This function should not have to be used externally.
# It is called in the CRABS function `sample.congruence.class` when `rate.type=="joint"`.

[Package CRABS version 1.2.0 Index]