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
Hi, when I use buildElems(), it seems to coerce all width into characters.
# g is a igraph object edges <- data.frame( source = get.edgelist(g)[, 1], target = get.edgelist(g)[, 2], width = E(g)$width ) edges = buildElems(edges, type = 'Edge')
Error message:
Error in buildEdge(source = "DAP12 signaling", target = "Axon guidance", : width must be numeric
The text was updated successfully, but these errors were encountered:
Hi, @quick2063706271
This repository will move to my personal repository since this organization doesn't maintained.
so I'll copy this issue to there and close in here.
Thanks
Kim
Sorry, something went wrong.
No branches or pull requests
Hi,
when I use buildElems(), it seems to coerce all width into characters.
Error message:
The text was updated successfully, but these errors were encountered: