You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!nodes && length.from.node.edge) {
tree <- adjust.branch.lengths(v,tree,node.radius, scale1);
}
This does not always calculate accurate lengths for the second length column (when provided). I suspect it has to do with converting back from scaled (by scale1) units.
I removed this functionality temporarily until this is resolved. I also removed the nodes and length.from.node.edge parameters from SRCGrob, as they can be added back in without losing backwards compatibility.
The text was updated successfully, but these errors were encountered:
This does not always calculate accurate lengths for the second length column (when provided). I suspect it has to do with converting back from scaled (by
scale1
) units.I removed this functionality temporarily until this is resolved. I also removed the
nodes
andlength.from.node.edge
parameters fromSRCGrob
, as they can be added back in without losing backwards compatibility.The text was updated successfully, but these errors were encountered: