TwoblocksGraph: graph represented by two blocks matrix

Description Usage Format Examples

Description

graph represented by two blocks matrix

Usage

1

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Class 'R6ClassGenerator' <TwoblocksGraph> object generator
  Inherits from: <Graph>
  Public:
    n1: NULL
    n2: NULL
    k: NULL
    initialize: function (type = "two_blocks_regular", n1, n2, k) 
    clone: function (deep = FALSE) 
  Parent env: <environment: namespace:StabEco>
  Locked objects: TRUE
  Locked class: FALSE
  Portable: TRUE 
 - attr(*, "name")= chr "TwoblocksGraph_generator"

Examples

1
TwoblocksGraph$new(type = 'two_blocks_regular', n1 = 50, n2 = 50, k = 5)

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