-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
91 lines (90 loc) · 2.42 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
# Generated by roxygen2: do not edit by hand
S3method(plot_coefficients,brmsfit)
S3method(plot_coefficients,glm)
S3method(plot_coefficients,lm)
S3method(plot_coefficients,merMod)
S3method(plot_fixefs,brmsfit)
export(":=")
export(col2hex)
export(col2lab)
export(color_contrast_checker)
export(colorgorical)
export(corr_heat)
export(create_palette)
export(create_prediction_data)
export(plot_coefficients)
export(plot_gam)
export(plot_gam_2d)
export(plot_gam_3d)
export(plot_gam_by)
export(plot_gam_check)
export(theme_blank)
export(theme_clean)
export(theme_plotly)
export(theme_trueMinimal)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,data_frame)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_qq)
importFrom(ggplot2,geom_qq_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(ggplot2,ylim)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,convertColor)
importFrom(grDevices,rgb)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(magrittr,'%>%')
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(stats,fitted)
importFrom(stats,na.omit)
importFrom(stats,napredict)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,getFromNamespace)
importFrom(utils,type.convert)