-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
110 lines (108 loc) · 2.27 KB
/
Copy path_pkgdown.yml
File metadata and controls
110 lines (108 loc) · 2.27 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
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: 'Vector-valued functional data (f: R -> R^d)'
desc: Multivariate-output curves, e.g. movement trajectories (see issues #18, #27)
contents:
- tfd_mv
- tfb_mv
- tfb_mfpc
- tf_mv_methods
- tf_geom
- tf_arclength
- plot.tf_mv
- converters-mv
- title: Evaluating, indexing & re-arranging
desc: Accessing, appending, evaluating, splitting & combining functional data objects
contents:
- tfbrackets
- tf_approx_linear
- tf_evaluate
- tf_interpolate
- tf_splitcombine
- title: Arithmetic, logical and summary functions
desc: Functionality for computing with and comparing functional data
contents:
- tfgroupgenerics
- tfsummaries
- median.tf_mv
- functionwise
- tf_depth
- tf_order
- tf_minmax
- fivenum
- title: Differentiation, integration and simple smoothing
contents:
- tf_derive
- tf_integrate
- tf_smooth
- title: Registering and warping
desc: Functions for registering, and warping functional data
contents:
- tf_register
- tf_register_shape
- tf_estimate_warps
- tf_registration
- tf_align
- tf_landmarks_extrema
- tf_warp
- tf_invert
- 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: Accessories
desc: Tooling functions
contents:
- in_range
- ensure_list
- unique_id
- vctrs
- tf
- title: Data
desc: Real world functional data
contents:
- gait
- gait_mv
- growth
- pinch
navbar:
type: default
left:
- icon: fa-github
href: https://github.com/tidyfun/tf
- text: Reference
href: reference/index.html
development:
mode: auto