-
Notifications
You must be signed in to change notification settings - Fork 190
/
NAMESPACE
41 lines (40 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(combine_plots)
export(extract_caption)
export(extract_stats)
export(extract_subtitle)
export(ggbarstats)
export(ggbetweenstats)
export(ggcoefstats)
export(ggcorrmat)
export(ggdotplotstats)
export(gghistostats)
export(ggpiestats)
export(ggscatterstats)
export(ggwithinstats)
export(grouped_ggbarstats)
export(grouped_ggbetweenstats)
export(grouped_ggcorrmat)
export(grouped_ggdotplotstats)
export(grouped_gghistostats)
export(grouped_ggpiestats)
export(grouped_ggscatterstats)
export(grouped_ggwithinstats)
export(pairwise_comparisons)
export(theme_ggstatsplot)
import(dplyr)
import(ggplot2)
import(insight)
import(rlang)
import(statsExpressions)
importFrom(correlation,correlation)
importFrom(glue,glue)
importFrom(paletteer,scale_color_paletteer_d)
importFrom(paletteer,scale_fill_paletteer_d)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(statsExpressions,"%>%")
importFrom(statsExpressions,pairwise_comparisons)