-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
152 lines (151 loc) · 4.29 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Generated by roxygen2: do not edit by hand
S3method(print,clade.physig)
S3method(print,data.phy)
S3method(print,influ.physig)
S3method(print,intra.physig)
S3method(print,samp.physig)
S3method(print,sensiClade)
S3method(print,sensiInflu)
S3method(print,sensiIntra)
S3method(print,sensiIntra_Clade)
S3method(print,sensiIntra_Influ)
S3method(print,sensiIntra_Samp)
S3method(print,sensiIntra_SampL)
S3method(print,sensiSamp)
S3method(print,sensiTree)
S3method(print,sensiTree_Clade)
S3method(print,sensiTree_Influ)
S3method(print,sensiTree_Samp)
S3method(print,sensiTree_SampL)
S3method(print,tree.bd)
S3method(print,tree.physig)
S3method(sensi_plot,clade.physig)
S3method(sensi_plot,influ.physig)
S3method(sensi_plot,intra.physig)
S3method(sensi_plot,samp.physig)
S3method(sensi_plot,sensiClade)
S3method(sensi_plot,sensiClade.TraitEvol)
S3method(sensi_plot,sensiInflu)
S3method(sensi_plot,sensiInflu.TraitEvol)
S3method(sensi_plot,sensiIntra)
S3method(sensi_plot,sensiIntra_Clade)
S3method(sensi_plot,sensiIntra_Influ)
S3method(sensi_plot,sensiIntra_Samp)
S3method(sensi_plot,sensiSamp)
S3method(sensi_plot,sensiSamp.TraitEvol)
S3method(sensi_plot,sensiTree)
S3method(sensi_plot,sensiTree.TraitEvol)
S3method(sensi_plot,sensiTree_Clade)
S3method(sensi_plot,sensiTree_Influ)
S3method(sensi_plot,sensiTree_Intra)
S3method(sensi_plot,sensiTree_Samp)
S3method(sensi_plot,tree.bd)
S3method(sensi_plot,tree.physig)
S3method(summary,clade.physig)
S3method(summary,influ.physig)
S3method(summary,intra.physig)
S3method(summary,samp.physig)
S3method(summary,sensiClade)
S3method(summary,sensiClade.TraitEvol)
S3method(summary,sensiInflu)
S3method(summary,sensiInflu.TraitEvol)
S3method(summary,sensiIntra)
S3method(summary,sensiIntra_Clade)
S3method(summary,sensiIntra_Influ)
S3method(summary,sensiIntra_Samp)
S3method(summary,sensiSamp)
S3method(summary,sensiSamp.TraitEvol)
S3method(summary,sensiTree)
S3method(summary,sensiTree.TraitEvol)
S3method(summary,sensiTree_Clade)
S3method(summary,sensiTree_Influ)
S3method(summary,sensiTree_Intra)
S3method(summary,sensiTree_Samp)
S3method(summary,tree.bd)
S3method(summary,tree.physig)
export(clade_continuous)
export(clade_discrete)
export(clade_phyglm)
export(clade_phylm)
export(clade_physig)
export(influ_continuous)
export(influ_discrete)
export(influ_phyglm)
export(influ_phylm)
export(influ_physig)
export(intra_clade_phyglm)
export(intra_clade_phylm)
export(intra_influ_phyglm)
export(intra_influ_phylm)
export(intra_phyglm)
export(intra_phylm)
export(intra_physig)
export(intra_samp_phyglm)
export(intra_samp_phylm)
export(match_dataphy)
export(miss.phylo.d)
export(samp_continuous)
export(samp_discrete)
export(samp_phyglm)
export(samp_phylm)
export(samp_physig)
export(sensi_plot)
export(tree_bd)
export(tree_clade_phyglm)
export(tree_clade_phylm)
export(tree_continuous)
export(tree_discrete)
export(tree_influ_phyglm)
export(tree_influ_phylm)
export(tree_intra_phyglm)
export(tree_intra_phylm)
export(tree_phyglm)
export(tree_phylm)
export(tree_physig)
export(tree_samp_phyglm)
export(tree_samp_phylm)
import(ape)
import(phylolm)
importFrom(geiger,bd.km)
importFrom(geiger,bd.ms)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_gradient)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(phytools,phylosig)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,plogis)
importFrom(stats,qt)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(utils,str)