Skip to contents

A sample dataset used to illustrate the functionality of the package.

Usage

g

Format

A tibble graph, from tidygraphs package

nodes

the nodes names

edges

the relationships between the nodes

Examples

g
#> # A tibble: 2,136 × 3
#>    n1           n2              n
#>    <chr>        <chr>       <int>
#>  1 GPLv3        GPLv2          26
#>  2 Artifex      Hancom         19
#>  3 Ghostscript  Hancom         19
#>  4 Linux        GPL            16
#>  5 GPL          FSF            14
#>  6 GPL-licensed GPL            14
#>  7 GPL          GPLv3          13
#>  8 Artifex      Ghostscript    12
#>  9 GPL          GPLv2          12
#> 10 However      GPL            12
#> # ℹ 2,126 more rows