Learn R Programming

RNeXML (version 2.0.7)

nexml_to_simmap: nexml_to_simmap

Description

nexml_to_simmap

Usage

nexml_to_simmap(nexml)

Arguments

nexml

a nexml object

Value

a simmap object (phylo object with a $maps element for use in phytools functions).

Examples

Run this code
# NOT RUN {
data(simmap_ex)
phy <- nexml_to_simmap(simmap_ex)
nex <- simmap_to_nexml(phy) 
# }

Run the code above in your browser using DataLab