Apparently, a default value for a GraphML-Attribute is not working when reading a GraphML graph in igraph with read.graph in R. An example is here (the color attribute has a default value): http://graphml.graphdrawing.org/primer/attributes.graphml
> g = > read.graph(file="http://graphml.graphdrawing.org/primer/attributes.graphml", > format="graphml") > V(g)$color [1] "green" "" "blue" "red" "" "turquoise" _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
