-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
S3method("$",subsettable_Sgg)
S3method("$",subsettable_type)
S3method(.DollarNames,subsettable_Sgg)
S3method(chart,"function")
S3method(chart,default)
export(Sgg)
export(chart)
export(chart_theme)
export(combine_charts)
export(f_aes)
export(ggarrange)
export(theme_sciviews)
export(theme_sciviews_graphics)
export(theme_sciviews_lattice)
export(theme_svgray)
export(theme_svgray_graphics)
export(theme_svgray_lattice)
export(theme_svmap)
export(theme_svmap_graphics)
export(theme_svmap_lattice)
import(ggplot2)
import(grDevices)
import(graphics)
import(lattice)
importFrom(cowplot,theme_cowplot)
importFrom(data.io,label)
importFrom(ggplotify,as.ggplot)
importFrom(ggpubr,ggarrange)
importFrom(latticeExtra,custom.theme)
importFrom(latticeExtra,ggplot2like)
importFrom(latticeExtra,ggplot2like.opts)
importFrom(pryr,modify_lang)
importFrom(rlang,abort)
importFrom(rlang,env_label)
importFrom(rlang,f_env)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,is_quosure)
importFrom(rlang,is_true)
importFrom(rlang,warn)
importFrom(scales,gradient_n_pal)
importFrom(scales,hue_pal)
importFrom(stats,as.formula)
importFrom(stats,asOneSidedFormula)
importFrom(svMisc,aka)
importFrom(svMisc,section)
importFrom(utils,.DollarNames)
importFrom(utils,apropos)
importFrom(utils,modifyList)
importFrom(viridis,viridis_pal)