Learn R Programming

vkR (version 0.2)

getArbitraryNetwork: Building a friend graph for an arbitrary list of users

Description

Building a friend graph for an arbitrary list of users

Usage

getArbitraryNetwork(users_ids, format = "edgelist")

Arguments

users_ids

User IDs

format

Either "edgelist" for a list of edges or "adjmatrix" for an adjacency matrix