Displaying 1 result from an estimated 1 matches for "tp2197869p2197869".
Did you mean:
tp2197863p2197863
2010 May 13
2
need help in igraph package of R
hi
I am struck with a problem in igraph package of R. My problem is as follows
I want to plot a power law fit for my data (in .net format --- pajek format)
syntax for that in R is
g <- read.graph("filename.net", "pajek")
d <- degree (g, mode="in")
power.law.fit (d+1, 2)
it gives me desired out put if my if input a single file
but I want to use a variable