-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
41 lines (41 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
url: https://github.com/tuomaseerola/onsetsync
template:
bootstrap: 5
reference:
- title: "Input functions"
desc: >
Functions for loading data from OSF
contents:
- get_OSF_csv
- title: "Annotation functions"
desc: "Functions for adding extra annotations to onset data."
contents:
- starts_with("add_")
- title: "Visualising functions"
desc: "Functions for visualising onset data."
contents:
- starts_with("plot_")
- title: "Synchrony functions"
desc: "Functions for calculating synchrony from onset data."
contents:
- starts_with("sync_")
- title: "Periodicity functions"
desc: "Functions for calculating periodicity from onset data."
contents:
- starts_with("period_")
- matches("periodicity")
- matches("gaussify_onsets")
- title: "Summary functions"
desc: "Functions for summarising onset data."
contents:
- starts_with("summarise_")
- title: "Datasets"
desc: "Datasets that come with onsetsync."
contents:
- matches("Asere_OU_2")
- matches("DebBh_Drut")
- matches("CSS_IEMP")
- title: "Other functions"
desc: "Function to create a wave file from the onset data."
contents:
- starts_with("synthesise_")