-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
45 lines (44 loc) · 1.15 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(make_model_phylo,fitC)
S3method(make_model_phylo,fitOU)
S3method(make_unit_tree,default)
S3method(make_unit_tree,mcmcsamples)
S3method(make_unit_tree,mcmcsamples.pgls)
S3method(make_unit_tree,multiPhylo)
S3method(make_unit_tree,phylo)
S3method(model_info,OUwie)
S3method(model_info,fit.mle)
S3method(model_info,gfit)
S3method(model_info,gls)
S3method(model_info,mcmcsamples)
S3method(model_info,pgls)
S3method(model_info,phylolm)
S3method(plot,arbutus)
S3method(print,arbutus)
export(arbutus)
export(arbutus_plot_dist)
export(arbutus_plot_point)
export(calculate_pic_stat)
export(check_pic_stat)
export(compare_pic_stat)
export(default_pic_stat)
export(is.unit.tree)
export(mahalanobis_arbutus)
export(make_model_phylo)
export(make_unit_tree)
export(model_info)
export(pic_stat_cvar)
export(pic_stat_cvar_plot)
export(pic_stat_dcdf)
export(pic_stat_dcdf_plot)
export(pic_stat_msig)
export(pic_stat_msig_plot)
export(pic_stat_sasr)
export(pic_stat_sasr_plot)
export(pic_stat_shgt)
export(pic_stat_shgt_plot)
export(pic_stat_svar)
export(pic_stat_svar_plot)
export(pvalue_arbutus)
export(simulate_char_unit)
import(ape)