3
我想一個向量指派爲頂點的屬性的屬性,但沒有任何運氣:的igraph分配一個載體,作爲一個頂點
# assignment of a numeric value (everything is ok)
g<-set.vertex.attribute(g, 'checked', 2, 3)
V(g)$checked
。
# assignment of a vector (is not working)
g<-set.vertex.attribute(g, 'checked', 2, c(3, 1))
V(g)$checked
檢查手冊,http://igraph.sourceforge.net/doc/R/attributes.html 看起來這是不可能的。有什麼解決方法嗎?
截至目前唯一的東西,我拿出有:
店這
- 信息在其他結構
- 轉換矢量與分隔符並存儲爲一個字符串,字符串