check_model {coala}R Documentation

Check which simulator can simulate a model

Description

This function checks which of the available simulators can simulate a given model. It also states the problems for the ones that are incompatible with the model.

Usage

check_model(model)

Arguments

model

The model which is checked

See Also

Do view the priority of the simulators: list_simulators

Examples

model <- coal_model(10, 1) +
  feat_mutation(5, fixed = TRUE)
check_model(model)

[Package coala version 0.7.2 Index]