-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
147 lines (146 loc) · 3.93 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Generated by roxygen2: do not edit by hand
S3method(print,rf)
export(.select_by_max_vif)
export(.select_by_preference)
export(.vif_to_df)
export(auc)
export(auto_cor)
export(auto_vif)
export(beowulf_cluster)
export(case_weights)
export(default_distance_thresholds)
export(double_center_distance_matrix)
export(filter_spatial_predictors)
export(get_evaluation)
export(get_importance)
export(get_importance_local)
export(get_moran)
export(get_performance)
export(get_predictions)
export(get_residuals)
export(get_response_curves)
export(get_spatial_predictors)
export(is_binary)
export(make_spatial_fold)
export(make_spatial_folds)
export(mem)
export(mem_multithreshold)
export(moran)
export(moran_multithreshold)
export(objects_size)
export(optimization_function)
export(pca)
export(pca_multithreshold)
export(plot_evaluation)
export(plot_importance)
export(plot_moran)
export(plot_optimization)
export(plot_residuals_diagnostics)
export(plot_response_curves)
export(plot_response_surface)
export(plot_training_df)
export(plot_training_df_moran)
export(plot_tuning)
export(prepare_importance_spatial)
export(print_evaluation)
export(print_importance)
export(print_moran)
export(print_performance)
export(rank_spatial_predictors)
export(rescale_vector)
export(residuals_diagnostics)
export(residuals_test)
export(rf)
export(rf_compare)
export(rf_evaluate)
export(rf_importance)
export(rf_repeat)
export(rf_spatial)
export(rf_tuning)
export(root_mean_squared_error)
export(select_spatial_predictors_recursive)
export(select_spatial_predictors_sequential)
export(standard_error)
export(statistical_mode)
export(the_feature_engineer)
export(thinning)
export(thinning_til_n)
export(vif)
export(weights_from_distance_matrix)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,arrange)
importFrom(dplyr,contains)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,stat_qq)
importFrom(ggplot2,stat_qq_line)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(huxtable,add_colnames)
importFrom(huxtable,caption)
importFrom(huxtable,everywhere)
importFrom(huxtable,hux)
importFrom(huxtable,number_format)
importFrom(huxtable,print_screen)
importFrom(huxtable,set_all_borders)
importFrom(huxtable,set_bold)
importFrom(huxtable,set_width)
importFrom(magrittr,`%>%`)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,IQR)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,var)
importFrom(tibble,remove_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,all_of)
importFrom(utils,combn)
importFrom(utils,object.size)
importFrom(viridis,scale_fill_viridis)