-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
40 lines (40 loc) · 1.25 KB
/
_pkgdown.yml
File metadata and controls
40 lines (40 loc) · 1.25 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
url: https://lschneiderbauer.github.io/fCWTr/
template:
bootstrap: 5
math-rendering: mathjax
reference:
- title: "Fast continuous wavelet transform"
desc: >
Functions for performing fast continuous wavelet transforms. These constitue the core functionality of this package.
contents:
- starts_with("fcwt")
- title: "Sigma helpers"
desc: >
Helpers to setup the correct wavelet spread parameter sigma.
contents:
- has_concept("sigma")
- title: "Physical unit helper"
contents:
- u
- du
- title: "Scalogram S3 methods"
desc: "A data.frame conversion method, data extractors, and optional ggplot2 plotting methods (they only work if ggplot is installed)."
contents:
- as.data.frame.fcwtr_scalogram
- as_tibble.fcwtr_scalogram
- as.matrix.fcwtr_scalogram
- "`[.fcwtr_scalogram`"
- rbind.fcwtr_scalogram
- print.fcwtr_scalogram
- plot.fcwtr_scalogram
- autoplot.fcwtr_scalogram
- title: "System support"
desc: "Helper functions that let you check if your platform provides OpenMP or AVX support."
contents:
- has_concept("sys_support")
- title: "Sample data"
desc: >
Sample signal data mainly used to generate examples. The signals consist
of simple superpositions of sinusoidal patterns.
contents:
- starts_with("ts_")