-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
94 lines (85 loc) · 2.11 KB
/
_pkgdown.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
development:
mode: unreleased
authors:
Marc Choisy:
href: http://marcchoisy.free.fr
Jean-Daniel Zucker:
href: http://www-poleia.lip6.fr/~zucker
Viet Thanh Le:
href: https://quadram.ac.uk/people/thanh-le-viet
Benoît Gaudou:
href: https://scholar.google.com.vn/citations?user=-hv1aHYAAAAJ&hl=en
IRD:
href: http://www.ird.fr
html: <img src="reference/figures/ird.png" height="20" />
OUCRU:
href: http://www.oucru.org
html: <img src="reference/figures/oucru.png" height="35" />
Nicolas Marilleau:
href: https://scholar.google.fr/citations?user=DJFy6n0AAAAJ&hl=en
Bich Hai Ho:
href: https://www.semanticscholar.org/author/Bich-Hai-Ho/31585952
Lucie Contamin:
href: https://www.researchgate.net/profile/Lucie_Contamin
reference:
- title: Configuring the rama package
contents:
- defpath
- is_gama_installed
- setup_gama
- title: Constructor of experiment class
contents:
- as_experiment
- experiment
- is.experiment
- map_experiment
- title: Reading GAML files
contents:
- load_experiment
- save_to_gama
- title: Manipulating experiment objects
contents:
- fullfact
- make_movie
- model
- name
- obs_rates
- parameters
- plot_params
- repl
- title: Running experiments
contents:
- call_gama
- run_experiment
- save_to_gama
- title: Built-in experiments
contents:
- sir1
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Get started
href: articles/rama.html
- text: Tutorials
menu:
- text: Testing hypotheses
href: articles/rama1.html
- text: Sensitivity analysis
href: articles/rama2.html
- text: Parameters estimation
href: articles/rama3.html
- text: Comparing ODE, IBM and ABM
href: articles/rama4.html
- text: Examples
menu:
- text: SIR model
href: articles/example1.html
- text: Predator-prey model
href: articles/example2.html
- text: Reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/r-and-gama/rama