-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
51 lines (42 loc) · 1.18 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
url: https://lightbridge-ks.github.io/rslab
# Template
template:
params:
bootswatch: cosmo
# Navigation Bar
navbar:
right:
- icon: fa-github
href: https://github.com/Lightbridge-KS/rslab
# https://pkgdown.r-lib.org/dev/reference/build_articles.html#index-and-navbar
articles:
- title: Modeling Harvard Spirometer Tracing
navbar: ~
desc: How to construct mathematical model of Harvard Spirometer Tracing.
contents:
- '`mod-tracing`'
reference:
- title: rslab package
- subtitle: ATPS to BTPS converter
desc: >
Funtions to convert lung volumes/flows from ATPS to BTPS.
contents:
- '`lung_vol_atps_btps`'
- '`get_btps_factor`'
- '`btps_df`'
- subtitle: Metabolic Rate & Oxygen Consumption Calculator
desc: >
Funtions to calculate metabolic rate and oxygen consumption from Harvard Spirometer tracing.
contents:
- '`get_metabolic_rate`'
- '`get_oxycons`'
- '`get_STPD_factor`'
- '`get_BSA`'
- '`stpd_df`'
- '`stpd_df_wide`'
- subtitle: Simulate data to plot Harvard spirometer tracing
desc: >
Funtions to simulate data to plot Harvard spirometer tracing from respiratory parameters.
contents:
- '`sim_Harvard_tracing`'
- '`tracing_info`'