-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 841 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(lordif_multiverse)
export(plot_lordif_multiverse)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,c_across)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(lordif,lordif)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_rows)