HI all, I have noticed, upon reading through the v0.6 changelogs, the addition of the linegraph function. I have successfully installed the v0.6, but neither help(linegraph), help(igraph_linegraph), or the variations with ? Show anything (I am using R, as you may have guessed). Testing using g <- graph.star(10, mode="out") [1] 1-> 2 1-> 3 1-> 4 1-> 5 1-> 6 1-> 7 1-> 8 1-> 9 1->10 gl<- linegraph(g)
Or gl<- igraph_linegraph(g) Did not work either I was wondering whether this function is included already or nt, and how to call it. Thanks, Martin
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
