View source: R/TreeFunctions.R
makeModelFile | R Documentation |
makeModelFile
Filler
makeModelFile(file, states, constraints = NULL, exceptions = NULL)
file |
model file name to write. |
states |
vector of states to include in model. |
constraints |
constraints to add to model. |
exceptions |
vector of comma-separated states that are exceptions to constraints |
Currently the only option for constraints
is "irrev", which
forbids switches moving from left to right in the states
vector.
Name of model file
readModelFile, getTrees, findSwitches
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.