-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
54 lines (49 loc) · 1.47 KB
/
_pkgdown.yml
File metadata and controls
54 lines (49 loc) · 1.47 KB
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
home:
strip_header: true # README already has the package name as h1
url: https://dominiquemakowski.github.io/experdyn/
template:
bootstrap: 5
bootswatch: flatly
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
github:
icon: fab fa-github
href: https://github.com/RealityBending/experdyn
reference:
- title: "Preprocessing"
desc: "Regularise and clean raw ESM time series."
contents:
- resample_timeseries
- title: "Embedding"
desc: "Reconstruct the attractor via Takens delay-embedding."
contents:
- estimate_embedding_parameters
- make_statespace
- title: "Complexity measures"
desc: "Quantify the complexity and recurrence structure of state-space trajectories."
contents:
- compute_mvsampen
- compute_rqa
- title: "Visualisation"
desc: "Plot state-space attractors and recurrence plots."
contents:
- plot_statespace
- plot_rqa
- title: "Print methods"
desc: "S3 print methods for experdyn objects."
contents:
- starts_with("print.")
- title: "Internal helpers"
desc: "Not exported; documented for contributors."
contents:
- matches("^\\.")
- title: "Package"
contents:
- experdyn-package
news:
releases:
- text: "Version 0.1.0"
href: news/index.html