-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
40 lines (40 loc) · 1015 Bytes
/
_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
reference:
- title: "Phylogenetic Diversity"
desc: >
Functions to calculate alpha and beta phylogenetic diversity
contents:
- starts_with("ps")
- pcd
- pcd_pred
- title: "Phylogenetic Correlations"
desc: "Functions to calculate correlations while accounting for phylogenetic relationships."
contents:
- cor_phylo
- boot_ci
- refit_boots
- title: "Phylogenetic Generalized Linear Mixed Models"
desc: "Functions to fit PGLMMs."
contents:
- matches("pglmm")
- matches("PGLMM")
- get_design_matrix
- plot_data
- plot_bayes
- title: "Helper Functions"
desc: "Functions to help with data processing."
contents:
- vcv2
- rm_site_noobs
- rm_sp_noobs
- '%nin%'
- align_comm_V
- match_comm_tree
- title: "Data Sets"
desc: "Examplary data sets used in the package"
contents:
- comm_a
- comm_b
- traits
- phylotree
- envi
- oldfield