-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
40 lines (39 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(agg_choirbm_list)
export(comp_choirbm_chi)
export(comp_choirbm_glm)
export(comp_choirbm_ztest)
export(comp_cooccurrence)
export(convert_bodymap)
export(convert_bodymaps)
export(gen_example_data)
export(num_areas)
export(plot_cooccurrence)
export(plot_female_choirbm)
export(plot_male_choirbm)
export(plot_nareas_histogram)
export(prep_bodymaps)
export(string_to_map)
importFrom(broom,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,glm)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,runif)
importFrom(stringr,str_split)