Good morning
First of all , thank you for this amazing workI have been using ggtree for a long time now and I have a couple of questions
#1. First real quick: I can’t find the data to reproduce Fig10.2 from ggtree extra
https://yulab-smu.top/treedata-book/chapter10.html
can you redirect me to the github page or share the link. I have similar data to analyze but I would like to start from this example to make sure everything is properly formatted
#2. This is more a problem I have been struggling with for some time now . it has to do with the root length and fan tree (and also how to position the scale and labels)
For example:
mytree <- mytree + xlab("Subst./site")+ xlim(-0.01, NA)+ geom_treescale(x=0, y=0, fontsize=16, linesize=4, offset=2,width=0.01)
clearly the scale bar, the legend and the root length are not ideal. Is there a comprehensive way to adjust these parameters? What if I have to loop over multiple tree files with different branch lengths?