igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] v0.6, igraph_linegraph


From: Martin Tomko
Subject: [igraph] v0.6, igraph_linegraph
Date: Mon, 19 Mar 2012 00:41:31 +0000
User-agent: Microsoft-MacOutlook/14.14.0.111121

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 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]