splitVectorByNodes
splitVectorByNodes
splitVectorByNodes(vec, nodes, n.nodes)
vec |
input vector to be divided |
nodes |
nodes used to divide the vector 'vec' via split() |
n.nodes |
numeric The number of nodes for splitting |
list from vec with names given by the nodes
adjList = graphToAdjList(conosGraph) print(names(adjList)) ## [1] "idx" "probabilities" "names" length(adjList$names) ## [1] 12000
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.