Imports a GraphML file as a caugi graph. Supports GraphML files exported from caugi with full edge type information.
Details
This function provides basic GraphML import support. It reads:
Nodes and their IDs
Edges with source and target
Edge types (if present in
edge_typeattribute)Graph class (if present in graph data)
For GraphML files not created by caugi, edge types default to "–>" for directed graphs and "—" for undirected graphs.
See also
Other export:
caugi_deserialize(),
caugi_dot(),
caugi_export(),
caugi_graphml(),
caugi_mermaid(),
caugi_serialize(),
export-classes,
format-caugi,
format-dot,
format-graphml,
format-mermaid,
knit_print.caugi_export,
read_caugi(),
to_dot(),
to_graphml(),
to_mermaid(),
write_caugi(),
write_dot(),
write_graphml(),
write_mermaid()