We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data("nicotiana") p <- BMhyb:::ConvertPhyAndFlowToPhygraph(nicotiana$phy, nicotiana$flow)
Creates an object that looks right, but when plotting causes R to abort. Probably something to do with the numbering or ordering of the p$edge object.
plot(ConvertEvonetToIgraphWithNodeNumbers(p), vertex.shape="none")
works but the resulting object looks like the flow is all running the wrong way: out of taxon 1, for example.
The text was updated successfully, but these errors were encountered:
Fixed now
Sorry, something went wrong.
bomeara
djhwueng
No branches or pull requests
Creates an object that looks right, but when plotting causes R to abort. Probably something to do with the numbering or ordering of the p$edge object.
works but the resulting object looks like the flow is all running the wrong way: out of taxon 1, for example.
The text was updated successfully, but these errors were encountered: