-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
56 lines (53 loc) · 983 Bytes
/
_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
destination: docs
navbar:
type: inverse
left:
- icon: fa-home
- text: "Home"
href: index.html
- text: "Reference"
href: "reference/index.html"
- text: "Vignettes"
menu:
- text: "Fatala fishes"
href: articles/Fatala_Net.html
right:
- icon: fa-github
href: https://github.com/Rmomal/EMtree
reference:
- title: Main user functions
desc: ~
contents:
- '`EMtree`'
- '`ResampleEMtree`'
- '`StATS`'
- '`freq_selec`'
- '`data_from_scratch`'
- title: Tools
desc: ~
contents:
- '`Laplacian`'
- '`SumTree`'
- '`EdgeProba`'
- '`Kirshner`'
- '`ToSym`'
- '`ToVec`'
- title: Computing functions
desc: ~
contents:
- '`FitBeta`'
- '`Meila`'
- '`Psi_alpha`'
- title: For simulations
desc: ~
contents:
- '`generator_PLN`'
- '`generator_graph`'
- '`generator_param`'
- '`SimCluster`'
- '`SpannTree`'
- '`erdos`'
- title: Visualization
desc: ~
contents:
- '`draw_network`'