[R] Writing values to vectors

kparamas kparamas at asu.edu
Mon Mar 14 07:32:52 CET 2011


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.



More information about the R-help mailing list