MutualModel: The root class of Model for Mutualistic systems.

Description Usage Format Fields

Description

This class has restrictions. First, species have to be splitted to two groups, mutualistic interactions happen between groups while competitive interactions happen within groups, thus, the graph of mutualistic interactions is bipartite. Second, the number of species of two groups are same. If these restrictions need to be released, we need SUPER class of this class.

Usage

1

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Class 'R6ClassGenerator' <MutualModel> object generator
  Public:
    n1: NULL
    n2: NULL
    n: NULL
    s: NULL
    kc: NULL
    c: NULL
    km: NULL
    m: NULL
    h: NULL
    graphc: NULL
    graphm: NULL
    simSLV2: NULL
    simLV2: NULL
    state_slv2: FALSE
    state_lv2: FALSE
    initialize: function (n1 = 20, s = 1, c = 0.01, km = 5, m = 1, h = 0.5) 
    sim_slv2: function (rmax, delta, steps, stepwise, sigma, xinit) 
    sim_lv2: function () 
    clone: function (deep = FALSE) 
  Parent env: <environment: namespace:StabEco>
  Locked objects: TRUE
  Locked class: FALSE
  Portable: TRUE 
 - attr(*, "name")= chr "MutualModel_generator"

Fields

n1

species number of group 1

n2

species number of group 2


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