-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(absmax)
export(attrnames)
export(clear)
export(commas)
export(discrete_by_quantile)
export(exit)
export(factor_to_num)
export(hweb)
export(lm_plot)
export(miss_ind)
export(mse)
export(nima_theme)
export(nll)
export(openfile)
export(qq_plot)
export(scale_color_nima)
export(scale_fill_nima)
export(sim_plot)
export(summarize_sim)
export(theme_jetblack)
export(theme_nima)
export(uniqlen)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggthemes,theme_foundation)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(gtools,quantcut)
importFrom(scales,manual_pal)
importFrom(stats,coef)
importFrom(stats,na.omit)
importFrom(stats,ppoints)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,var)