Skip to contents

Friendship network among users of hamsterster.com from Rossi and Ahmed (2015)

Usage

hamster

Format

An undirected igraph graph object. Nodes are individual accounts from hamsterster.com and an edge is present between two nodes if the respective accounts are friends.

References

Rossi RA, Ahmed NK (2015). “The Network Data Repository with Interactive Graph Analytics and Visualization.” In AAAI. https://networkrepository.com.

Examples

data("hamster")
set.seed(600)
plot(hamster, vertex.label = NA, vertex.size = 3)