-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
77 lines (74 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
url: https://tidyfun.github.io/tf/
template:
bootstrap: 5
light-switch: true
math-rendering: mathjax
reference:
- title: 'tf - (Sub)classes: Constructors & converters'
desc: Defining and converting functional data objects
contents:
- tfd
- as.tfd
- tfb
- as.tfb
- as.data.frame.tf
- tfb_spline
- tfb_fpc
- fpc_wsvd
- tf_rebase
- title: Evaluation and indexing
desc: Accessing, appending and evaluating functional data objects
contents:
- tfbrackets
- tf_approx_linear
- tf_evaluate
- tf_interpolate
- title: Arithmetic, logical and summary functions
desc: Functionality for computing with and comparing functional data
contents:
- Ops.tf
- tfsummaries
- functionwise
- tf_depth
- title: Differentiation, integration and simple smoothing
contents:
- tf_derive
- tf_integrate
- tf_smooth
- title: Visualization & Display
desc: Graphics functions and print formats
contents:
- plot.tf
- print.tf
- prep_plotting_arg
- title: Querying functional data
desc: Locating functional features like peaks or zero-crossings
contents:
- tf_where
- tf_zoom
- title: Utilities
desc: Utility functions
contents:
- tf_arg
- title: Generating random functional data
desc: RNGs for curves
contents:
- tf_rgp
- tf_jiggle
- title: Utilities
desc: Utility functions
contents:
- in_range
- ensure_list
- unique_id
- vctrs
- tf
navbar:
type: default
left:
- icon: fa-github
href: https://github.com/tidyfun/tf
- text: Reference
href: reference/index.html
development:
mode: auto