-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
70 lines (69 loc) · 1.44 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
template:
bootstrap: 5
bootswatch: materia
theme: a11y-light
bslib:
pkgdown-nav-height: 100px
url: https://apariciojohan.github.io/agriutilities/
navbar:
title: agriutilities
type: default
bg: secondary
left:
- icon: fa-home fa-lg
text: Home
href: index.html
- icon: fa-code
text: Reference
href: reference/index.html
- icon: fa-book
text: Articles
menu:
- text: How to Start
href: articles/how-to-start.html
- text: Repeated Measurements
href: articles/repeated_measurements.html
- icon: fa-newspaper
text: News
href: news/index.html
right:
- icon: fa-github
text: Github
href: https://github.com/AparicioJohan/agriutilities
reference:
- title: Data Analysis Pipeline
desc: Identify the design and fit the models automatically
- contents:
- check_design_met
- single_trial_analysis
- met_analysis
- print.checkAgri
- print.smaAgri
- print.metAgri
- plot.checkAgri
- plot.smaAgri
- plot.metAgri
- title: Lme4
desc: Additional functions for lme4 models
- contents:
- h_cullis
- title: ASReml
desc: Additional functions for ASReml models
- contents:
- extract_vcov
- extract_rcov
- fa_summary
- heritability_fa
- ic_reml_asr
- title: SpATS
desc: Additional functions for SpATS models
- contents:
- h_cullis_spt
- ic_reml_spt
- title: Others
- contents:
- check_connectivity
- covcor_heat
- gg_cor
- parameters_gg
- stability