Hi,

I am calculating,inside a function, clustering coefficient, average path
length and diameter
of a graph.

I want to write them to 3 different vectors. Please let me know how to do
that.

degreeDist = function()
{
..
#calculating the values
....
}

degreeDist(data1)
degreeDist(data2)
degreeDist(data3)

Thanks,
Kumaraguru

--
View this message in context: 
http://r.789695.n4.nabble.com/Writing-values-to-vectors-tp3353220p3353220.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to