-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.5 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.5 KB
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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,design)
S3method(print,design)
export(add_buffers)
export(autoplot)
export(calculate_adjacency_score)
export(calculate_balance_score)
export(calculate_ed)
export(calculate_efficiency_factor)
export(calculate_nb)
export(create_pair_mapping)
export(get_edges)
export(get_vertices)
export(initialise_design_df)
export(initialize_design_df)
export(objective_function)
export(objective_function_factorial)
export(objective_function_piepho)
export(objective_function_signature)
export(optim_params)
export(plot_progress)
export(speed)
importFrom(farver,decode_colour)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(rlang,check_dots_used)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(scales,brewer_pal)
importFrom(scales,reverse_trans)
importFrom(scales,viridis_pal)
importFrom(stats,aggregate)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringi,stri_sort)
importFrom(utils,head)
importFrom(utils,modifyList)