BiGraph: bipartite graph

Description Usage Format Examples

Description

bipartite graph

Usage

1

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
Class 'R6ClassGenerator' <BiGraph> object generator
  Inherits from: <Graph>
  Public:
    n1: NULL
    n2: NULL
    k: NULL
    is_adj: NULL
    set_graph_inc: function (graph_inc) 
    initialize: function (type = c("bipartite_regular"), n1, n2 = NULL, k, directed = TRUE, 
    get_graph: function (is_adj = TRUE) 
    as_adj: function () 
    as_inc: function () 
    clone: function (deep = FALSE) 
  Parent env: <environment: namespace:StabEco>
  Locked objects: TRUE
  Locked class: FALSE
  Portable: TRUE 
 - attr(*, "name")= chr "BiGraph_generator"

Examples

1
BiGraph$new(type = 'bipartite_regular', n1 = 50, k = 5, directed = T, is_adj = T)

keepsimpler/StabEco documentation built on May 20, 2019, 8:45 a.m.