-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
44 lines (44 loc) · 1.14 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
template:
params:
bootswatch: cerulean
ganalytics: UA-96498670-1
reference:
- title: Page test for monotonicity of ranks
contents:
- page.test
- title: Analysing compositional signalling systems
contents:
- sm.segmentation
- ssm.segmentation
- mantel.test
- title: String manipulation and edit distance calculation
contents:
- normalisedlevenshteindists
- orderinsensitivedists
- segment.string
- enumerate.substrings
- count.substring.occurrences
- title: Meaning distances and meaning matrix manipulation
contents:
- binaryfeaturematrix
- enumerate.meaningcombinations
- hammingdists
- wrap.meaningdistfunction
- title: Distance matrices
desc: Functions for creating and manipulating distance matrices of class `dist`.
contents:
- check.dist
- read.dist
- title: Misc functions
contents:
- repmatrix
- shuffle.locations
- temperature.colors
navbar:
left:
- text: "Overview"
href: index.html
- text: "Function reference"
href: "reference/index.html"
- text: "Page test tutorial"
href: articles/page.test.html