Last data update: 2014.03.03

R: A message sending-receiving network
UCIrvineR Documentation

A message sending-receiving network

Description

Message sending-receiving network of an online community in which users are students at University of California, Irvine.

Usage

data(UCIrvine)

Format

The format is: int [1:59835, 1:3]

Details

There are total 59,835 messages of 1899 users. The data format is a 59,835x3 matrix, which each row describes a triple (sending user ID, receiving user ID, time stamp) of a message.

Source

http://toreopsahl.com/datasets/

References

Opsahl, T. and Panzarasa, P. (2009) Clustering in weighted networks. Social Networks, 31(2), 155–163, doi: 10.1016/j.socnet.2009.02.002

Examples

data(UCIrvine)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(PAFit)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/PAFit/UCIrvine.Rd_%03d_medium.png", width=480, height=480)
> ### Name: UCIrvine
> ### Title: A message sending-receiving network
> ### Aliases: UCIrvine.data
> ### Keywords: datasets scale_free
> 
> ### ** Examples
> 
> data(UCIrvine)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>