igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] how to change x type attribute to numeric type attribute?


From: Gábor Csárdi
Subject: Re: [igraph] how to change x type attribute to numeric type attribute?
Date: Sat, 6 Dec 2014 09:08:16 -0500

Can you please include the data in the code next time? Thanks. See http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example for how.

On Sat, Dec 6, 2014 at 9:03 AM, Fatemeh a <address@hidden> wrote:
              graph_simplify=simplify(karate3,remove.multiple = TRUE,edge.attr.comb=list(Weight="mean"))

Attribute names are case sensitive, so this should be 'weight', instead of 'Weight'.

G.
 
[...]

reply via email to

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