I am trying to reduce branch length of the tree in ggtree
with the following code:
ggtree(tree) +
geom_tiplab() +
xlim(0, 0.08)
But it does not work. How to regulate branch length? I manage to produce this picture.
Could you please help with this.