-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
51 lines (50 loc) · 1.05 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
pandoc: 2.11.2
pkgdown: 1.6.1
templates:
params:
bootswatch: readable
navbar:
title: "robber"
type: inverse
left:
- icon: fa-home
- text: "Home"
href: index.html
- text: "Reference"
href: "reference/index.html"
- text: "Articles"
href: "articles/index.html"
menu:
- text: Topological Analysis
href: "articles/topological-analysis.html"
- text: "Changelog"
href: "news/index.html"
right:
- icon: fa-github
href: https://github.com/Chabert-Liddell
articles:
- title: Tutorial and topolgical analysis of robustness
contents:
- topological-analysis
- plot_article
reference:
- title: "Robustness functions"
contents:
- '`auc_robustness_lbm`'
- '`compare_robustness`'
- '`robustness_emp`'
- '`robustness_lbm`'
- '`var_auc_unif_lbm`'
- '`var_fun_unif_lbm`'
- title: "Network functions"
contents:
- '`get_lbm_param`'
- '`simulate_lbm`'
- title: "Data"
contents:
- hostparasite
- pollination
- seeddispersal
- title: "Methods"
- contents:
- '`plot.robber`'