# A character column (with separator)
data(miserables)
net <- network_rd3(miserables$nodes, miserables$links,
size="degree", color="group", lwidth="value")
rd3_toIgraph(net) # conversion into a igraph object
Run the code above in your browser using DataLab