Learn R Programming

migraph (version 0.10.6)

ison_brandes: One-mode and two-mode centrality demonstration networks

Description

This network should solely be used for demonstration purposes as it does not describe a real network.

Usage

data(ison_brandes)

data(ison_brandes2)

Arguments

Format

## # A tbl_graph: 11 nodes and 12 edges
## #
## # An undirected simple graph with 1 component
## #
## # Node Data: 11 × 0 (active)
## # … with 5 more rows
## #
## # Edge Data: 12 × 2
##    from    to
##   <int> <int>
## 1     1     3
## 2     2     3
## 3     3     4
## # … with 9 more rows

## # A tbl_graph: 11 nodes and 12 edges
## #
## # A bipartite simple graph with 1 component
## #
## # Node Data: 11 × 1 (active)
##   type 
##   <lgl>
## 1 FALSE
## 2 FALSE
## 3 TRUE 
## 4 FALSE
## 5 TRUE 
## 6 TRUE 
## # … with 5 more rows
## #
## # Edge Data: 12 × 2
##    from    to
##   <int> <int>
## 1     1     3
## 2     2     3
## 3     3     4
## # … with 9 more rows