-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
37 lines (36 loc) · 935 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot_metabolic,meta)
S3method(plot_metabolic,metabind)
S3method(plot_metabolic,metainf)
S3method(plot_metabolic,metareg)
export("%>%")
export(build_gofer)
export(build_report)
export(perform_bind)
export(perform_meta)
export(plot_metabolic)
export(plot_small_study_effects)
export(read_paper)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(meta,bubble)
importFrom(meta,forest)
importFrom(meta,funnel)
importFrom(meta,metabias)
importFrom(meta,metabind)
importFrom(meta,metacont)
importFrom(meta,metainf)
importFrom(meta,metareg)
importFrom(meta,radial)
importFrom(stats,lm)
importFrom(stats,update)
importFrom(tibble,tibble)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,tail)