make.simmap2 | R Documentation |
This function is an extension of the make.simmap
function of phytools which allows users to monitor rejections at specific edges during the simulation proces and set an upper limit on the number of rejections permitted per edge.
make.simmap2(tree, x, model="SYM", nsim=1 ,
monitor = FALSE, rejmax = NULL, rejint = 1000000,
...)
tree |
see |
x |
see |
model |
see |
nsim |
see |
monitor |
|
rejmax |
|
rejint |
|
... |
optional arguments. see |
A object of class simmap
or multiSimmap
, see make.simmap
.
In addition to the states present in the model, an additional state fail
in the maps
and mapped.edge
elements is assigned to edges which are skipped due to exceeding the rejection limit.
Matthew Marano, Maximos Chin, and Heath Blackmon
http://coleoguy.github.io/
make.simmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.