-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
70 lines (69 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
export(get_stats)
export(many_models)
export(plot_conv_all)
export(plot_corr)
export(plot_frex)
export(plot_gini_docs)
export(plot_gini_theta)
export(plot_prev)
export(plot_semcoh)
export(plot_semcoh_all)
export(plot_thoughts)
export(print_models)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,data_frame)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,row_number)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(magrittr,set_names)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(progress,progress_bar)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stm,findThoughts)
importFrom(stm,labelTopics)
importFrom(stm,selectModel)
importFrom(tidyr,gather)
importFrom(tidyr,unnest)