read.astral | R Documentation |
parse ASTRAL output newick text
read.astral(file)
file |
ASTRAL Newick file |
treedata object
Guangchuang Yu
tt <- paste0(
"((species1,(species2,species3)'[pp1=0.75;pp2=0.24;pp3=0.01]':",
"1.2003685744180805)'[pp1=0.98;pp2=0.02;pp3=0]':0.9679599282730038,",
"((species4,species5)'[pp1=0.88;pp2=0.11;pp3=0.01]':1.2454851536484994))"
)
read.astral(textConnection(tt))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.