On 23.11.2017 17:46, Rafael Pereira wrote: > Is there a way to create a multilayer network from a group of data.frames?
Please take a look at the Graph.add_edge_list() function: https://graph-tool.skewed.de/static/doc/graph_tool.html#graph_tool.Graph.add_edge_list This function is versatile enough to provide the functionality you mention. Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
