-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
76 lines (72 loc) · 1.41 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
template:
bootstrap: 5
light-switch: true
math-rendering: mathjax
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
danger: "#A6081A"
url: https://apariciojohan.github.io/flexFitR/
development:
mode: auto
navbar:
title: flexFitR
left:
- icon:
text: Home
href: index.html
- icon:
text: Reference
href: reference/index.html
- icon:
text: Articles
menu:
- text: Get started
href: articles/how_to_start.html
- text: Modeling HTP data
href: articles/canopy-model.html
- text: Modeling with constraints
href: articles/maturity-model.html
- text: Predicted values
href: articles/predicted_values.html
- text: Plotting options
href: articles/plotting.html
- icon:
text: News
href: news/index.html
reference:
- title: Modeling
- contents:
- modeler
- plot.modeler
- predict.modeler
- coef.modeler
- vcov.modeler
- confint.modeler
- anova.modeler
- logLik.modeler
- goodness_of_fit
- print.modeler
- metrics
- title: Data Exploration
- contents:
- explorer
- plot.explorer
- plot_fn
- title: Data
desc: Example Datasets
- contents:
- dt_potato
- title: Growth Modelling
desc: Collection of functions
- contents:
- fn_lin
- fn_quad
- fn_linear_sat
- fn_exp1_lin
- fn_exp2_lin
- fn_exp1_exp
- fn_exp2_exp
- fn_lin_pl_lin
- fn_lin_pl_lin2