-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
101 lines (95 loc) · 2.11 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
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
destination: docs
template:
bootstrap: 5
bootswatch: sandstone
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
opengraph:
image:
src: man/figures/header.png
alt: "Tools for Manipulating Gas Exchange Data"
twitter:
creator: "@felipe_mattioni"
card: summary_large_image
params:
ganalytics: UA-126092763-1
authors:
Felipe Mattioni Maturana:
href: https://fmattioni.me
toc:
depth: 3
development:
mode: unreleased
navbar:
title: ~
type: default
left:
- icon: fa-home fa-lg
href: index.html
- icon: fa-book fa-lg
text: "Articles"
menu:
- text: "VO2 kinetics analysis"
href: articles/vo2_kinetics.html
- text: "Incremental test analyses"
href: articles/incremental.html
- text: Reference
icon: fa-balance-scale
href: reference/index.html
- text: News
icon: fa-newspaper
menu:
- text: "Change log"
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/fmmattioni/whippr
- icon: fa-twitter fa-lg
href: https://twitter.com/felipe_mattioni
reference:
- title: Read data
desc: >
Read raw data from metabolic cart.
contents:
- read_data
- title: Interpolate data
desc: >
Interpolate data from breath-by-breath into second-by-second
contents:
- interpolate
- title: Perform averages
desc: >
Perform average on second-by-second data
contents:
- perform_average
- title: VO2 kinetics analysis
desc: >
Tools for performing VO2 kinetics analysis
contents:
- vo2_kinetics
- starts_with("normalize")
- detect_outliers
- plot_outliers
- starts_with("predict")
- process_data
- perform_kinetics
- get_residuals
- model_diagnostics
- title: VO2 max analysis
desc: >
Tools for performing incremental test analysis
contents:
- incremental_normalize
- plot_incremental
- detect_outliers
- perform_max
- vo2_max
- title: Additional tools
desc: >
Collection of a few additional helpful tools
contents:
- run_manual_cleaner
- theme_whippr
- print.whippr