grdspcht / ggarg

ggarg: Visualisation of tree-based phylogenetic networks
Other
0 stars 0 forks source link

ggret cannot plot treedata object parsed with read.beast #12

Closed arthurKocher closed 1 month ago

arthurKocher commented 1 month ago

test code:

retnet3=ggarg::read.beast("../data/retnet.nexus")
ggret(retnet3) #doesn't work
ggplot(retnet3) + geom_ret() #works
arthurKocher commented 1 month ago

works now