getArbitraryNetwork function

Building a friend graph for an arbitrary list of users

Building a friend graph for an arbitrary list of users

getArbitraryNetwork(users_ids, format = "edgelist")

Arguments

  • users_ids: User IDs
  • format: Either "edgelist" for a list of edges or "adjmatrix" for an adjacency matrix
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29