Learn R Programming

SNscan (version 1.0)

coauthor: Co-Authorship Data

Description

This co-authorship network data are extracted from geom.zip (see the source link) with 6158 vertices and 22577 edges. In this network, two authors were connected if they published at least one paper together and the node attribute represents the number of papers of each author.

Usage

data(coauthor)

Arguments

Format

The data are in the format of igraph object. IGRAPH U--- 6158 22577 -- + attr: count (v/n)

Source

http://vlado.fmf.uni-lj.si/pub/networks/data/collab/Geom.zip

Examples

Run this code
data(coauthor)

Run the code above in your browser using DataLab