Graph: The root class of all graph objects

Description Usage Format Fields

Description

The root class of all graph objects

Usage

1

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Class 'R6ClassGenerator' <Graph> object generator
  Public:
    type: NULL
    n: NULL
    initialize: function () 
    get_graph: function () 
    clone: function (deep = FALSE) 
  Private:
    graph: NULL
  Parent env: <environment: namespace:StabEco>
  Locked objects: TRUE
  Locked class: FALSE
  Portable: TRUE 
 - attr(*, "name")= chr "Graph_generator"

Fields

type

graph type

n

number of nodes

graph

inner matrix of the graph


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