无法将属性加载到R ...中的网络?

时间:2019-11-29 14:27:05

标签: r attributes nodes

我有一个边缘列表和节点列表(两个单独的csv文件),并试图将它们加载到r中以进行SNA和可视化。但是在尝试加载属性时,我一直收到错误消息。我已经尝试过了:

# load in other attributes
nrelations%v%"age" <- nodeInfo$age 

这是我得到的错误:

  

关系<-网络(关系,有向=假)   nrelations%v%“ Organization” <-nodeInfo $ Organization   set.vertex.attribute(x,attrname = attrname,value = value)中的错误:     set.vertex.attribute中给出的值不合适。

请告知如何将边缘和节点列表加载到一个网络图中

0 个答案:

没有答案