-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
84 lines (83 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_build,ggcorrm)
S3method(tidy_corrm,default)
export()
export(GeomDiaDensity)
export(GeomDiaFreqpoly)
export(GeomDiaHistogram)
export(GeomRelpoint)
export(GeomReltext)
export(StatCorrtext)
export(StatCorrtextProto)
export(StatDiaBin)
export(StatDiaNames)
export(StatFuntext)
export(StatFuntextProto)
export(StatHeatcircle)
export(StatHeatmap)
export(TidyCorrm)
export(corrmorant)
export(dia)
export(dia_density)
export(dia_freqpoly)
export(dia_histogram)
export(dia_names)
export(geom_dia_density)
export(geom_dia_freqpoly)
export(geom_dia_histogram)
export(geom_relpoint)
export(geom_reltext)
export(ggcorrm)
export(lotri)
export(lotri_corrtext)
export(lotri_funtext)
export(lotri_heatcircle)
export(lotri_heatmap)
export(lotri_heatpoint)
export(scale_color_corr)
export(scale_colour_corr)
export(scale_fill_corr)
export(stat_corrtext)
export(stat_dia_bin)
export(stat_dia_names)
export(stat_funtext)
export(stat_heatcircle)
export(stat_heatmap)
export(theme_corrm)
export(tidy_corrm)
export(utri)
export(utri_corrtext)
export(utri_funtext)
export(utri_heatcircle)
export(utri_heatmap)
export(utri_heatpoint)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_nest)
importFrom(dplyr,group_vars)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(grid,gList)
importFrom(grid,unit)
importFrom(magrittr,`%>%`)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,quo)
importFrom(rlang,quos)
importFrom(stats,density)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,unnest)
importFrom(utils,getFromNamespace)