igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] (no subject)


From: Tamás Nepusz
Subject: Re: [igraph] (no subject)
Date: Thu, 5 Sep 2013 20:53:39 +0200

> How to associate a vertice property to a vector?
> 
> V(network)[1]$teste<-c(2,5,0)
Use V(network)[1]$teste <- list(c(2,5,0)) instead.

-- 
T.



reply via email to

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