Twitter {preseqR} | R Documentation |
Social network
Description
Following relationships of Twitter's social network
Details
A two-column matrix.
The first column is the frequency j = 1,2,\dots
; and the second column
is n_j
, the number of users with exactly j
followers.
References
Zafarani R, Liu H (2009) Social computing data repository at ASU.
Examples
##load library
library(preseqR)
##load data
data(Twitter)
[Package preseqR version 4.0.0 Index]