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
this is probably a stupid question, but it isn't obvious to me how to plot a dendrogram in which branch lengths are determined by the data (i.e. a 'chronogram' in phylogenetics, where branch lengths represent evolutionary time). Consider this example:
In ape, an example phylogeny has branch length data, which is reflected in the plot:
looks like edge lengths are lost in this transformation? (guess that's a tidygraph issue>). Even if I just manually add a column of branch lengths (below just picking lengths at random), I'm not sure how to map the length column of the edge table to branch lengths to get a plot like the ape plot above... is this possible with the current layout? If not, is this something you would consider supporting?
this is probably a stupid question, but it isn't obvious to me how to plot a dendrogram in which branch lengths are determined by the data (i.e. a 'chronogram' in phylogenetics, where branch lengths represent evolutionary time). Consider this example:
In
ape
, an example phylogeny has branch length data, which is reflected in the plot:Using the awesome
tidygraph
, we coerce this:looks like edge lengths are lost in this transformation? (guess that's a
tidygraph
issue>). Even if I just manually add a column of branch lengths (below just picking lengths at random), I'm not sure how to map thelength
column of the edge table to branch lengths to get a plot like the ape plot above... is this possible with the current layout? If not, is this something you would consider supporting?The text was updated successfully, but these errors were encountered: