forked from auto-optimization/iraceplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
107 lines (106 loc) · 3.03 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Generated by roxygen2: do not edit by hand
export(ablation_plot)
export(boxplot_performance)
export(boxplot_test)
export(boxplot_training)
export(configurations_display)
export(has_testing_data)
export(irace_summarise)
export(parallel_cat)
export(parallel_coord)
export(parameters_summarise)
export(parameters_tree)
export(plot_configurations)
export(plot_experiments_matrix)
export(plot_model)
export(read_ablogfile)
export(read_logfile)
export(report)
export(sampling_distance)
export(sampling_frequency)
export(sampling_frequency_iteration)
export(sampling_heatmap)
export(sampling_heatmap2)
export(sampling_pie)
export(scatter_performance)
export(scatter_test)
export(scatter_training)
export(summarise_by_configuration)
export(summarise_by_instance)
export(summarise_by_iteration)
import(data.table)
import(fs)
import(irace)
import(stats)
import(tibble)
importFrom(DT,renderDataTable)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_hue)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,dev.off)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,marrangeGrob)
importFrom(irace,has_testing_data)
importFrom(irace,irace_summarise)
importFrom(irace,read_ablogfile)
importFrom(irace,read_logfile)
importFrom(knitr,knit)
importFrom(rlang,.data)