Skip to content
Prev 2390 / 21312 Next

[Bioc-devel] efficient use of edgeData (graph)

Hi Nishant,

Thank you!

I misconstrued the arguments.  Seeing that 'from' and 'to' were obligatory arguments, I assumed there was no way to attain the moral equivalent of

    edgeData (graph, attr='some attribute')

Based on your reply, and a quick look at showMethods ('edgeData') I see that the 'from' and 'to' arguments default to 'missing', giving me exactly what I want, with a startling increase in speed on my 9000-edge graph.

Perfect.

 - Paul
On Nov 10, 2010, at 11:20 AM, Nishant Gopalakrishnan wrote: