Skip to content

Commit 1007df2

Browse files
update
1 parent e85b694 commit 1007df2

8 files changed

Lines changed: 47 additions & 1 deletion

_pkgdown.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,32 @@ reference:
2121
desc: "Regularise and clean raw ESM time series."
2222
contents:
2323
- resample_timeseries
24+
- title: "Embedding"
25+
desc: "Reconstruct the attractor via Takens delay-embedding."
26+
contents:
27+
- estimate_embedding_parameters
28+
- make_statespace
29+
- title: "Complexity measures"
30+
desc: "Quantify the complexity and recurrence structure of state-space trajectories."
31+
contents:
32+
- compute_mvsampen
33+
- compute_rqa
34+
- title: "Visualisation"
35+
desc: "Plot state-space attractors and recurrence plots."
36+
contents:
37+
- plot_statespace
38+
- plot_rqa
39+
- title: "Print methods"
40+
desc: "S3 print methods for experdyn objects."
41+
contents:
42+
- starts_with("print.")
2443
- title: "Internal helpers"
2544
desc: "Not exported; documented for contributors."
2645
contents:
27-
- dot-safe_spline
46+
- matches("^\\.")
47+
- title: "Package"
48+
contents:
49+
- experdyn-package
2850

2951
news:
3052
releases:
42.1 KB
Loading

pkgdown/favicon/favicon-96x96.png

14.1 KB
Loading

pkgdown/favicon/favicon.ico

14.7 KB
Binary file not shown.

pkgdown/favicon/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

pkgdown/favicon/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
47.5 KB
Loading
271 KB
Loading

0 commit comments

Comments
 (0)