Description Usage Arguments Value Author(s) See Also
This function write a phylo4d_ext object to a SIMMAP-formatted (version 1.0 or 1.1) text string.  This function is mainly used in conjunction with write.nexus.simmap.  It is an extension of the write.tree function in the ape package.
1  | write.simmap(x, usestate = NULL, file = "", vers = 1.1, ...)
 | 
x | 
 A phylo4d_ext object  | 
usestate | 
 Which data column should be written in the internal simmap blocks. If NULL, then either the first data column (vers==1.1 || vers==1.0) or all data columns (vers==1.5) are used.  | 
file | 
 The file to write to. If not set, then the tree is printed to the screen  | 
vers | 
 Which version to use. 1.0 uses the ';' as the internal delimiter which 1.1 uses ':'  | 
... | 
 These are passed to write.tree (which is only called if there are no subnodes)  | 
A character string (if file is not set)
J. Conrad Stack
newlabels.v15,
newlabels.v1x,
write.nexus.simmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.