-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.02 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(Deeks_test)
export(acc_over_feature)
export(add_impr)
export(all_metrics_cor)
export(arrange_plots)
export(barplot_1var)
export(barplot_1var_overlap)
export(barplot_2var)
export(barplot_2var_label)
export(compare_continuous_var_over_feature)
export(compare_multi_features_multi_metrics)
export(custom_heat)
export(custom_tick)
export(filter_main_metric)
export(freq_bar)
export(metric_acc)
export(multi_freq_over_time_cor)
export(overlap_count)
export(overlap_count_plot)
export(pca_GMM)
export(plot_PSNR_SSIM)
export(preprocess_acc_mat)
export(return_aes_param)
export(size_freq)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(grid,grid.draw)
importFrom(grid,grid.grabExpr)
importFrom(grid,grid.layout)
importFrom(grid,grid.rect)
importFrom(grid,grid.text)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(magrittr,"%>%")