template: Template for model objects

Description Usage Format Details Author(s) References

Description

One sentence description. Potential cell states.

Usage

1
ca(l, template, parms = p)

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
List of 6
 $ name  : chr "Random model"
 $ ref   : logi NA
 $ states: chr [1:2] "1" "0"
 $ cols  : chr [1:2] "black" "grey50"
 $ parms :List of 2
  ..$ death: num 0.5
  ..$ birth: num 0.5
 $ update:function (x_old, parms)  
  ..- attr(*, "srcref")=Class 'srcref'  atomic [1:8] 27 20 38 1 20 1 27 38
  .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x517f130> 
 - attr(*, "class")= chr "ca_model"

Details

Wordy description about the model details, transition probabilities, biological assumptions.

Author(s)

Author of original model

References

Original reference and further references


caspr documentation built on May 2, 2019, 5:25 p.m.