forked from cjubin/learnMET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
117 lines (116 loc) · 3.26 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
# Generated by roxygen2: do not edit by hand
S3method(fit_cv_split,DL_reg_1)
S3method(fit_cv_split,DL_reg_2)
S3method(fit_cv_split,DL_reg_3)
S3method(fit_cv_split,default)
S3method(fit_cv_split,rf_reg_1)
S3method(fit_cv_split,rf_reg_2)
S3method(fit_cv_split,rf_reg_3)
S3method(fit_cv_split,stacking_reg_1)
S3method(fit_cv_split,stacking_reg_2)
S3method(fit_cv_split,stacking_reg_3)
S3method(fit_cv_split,xgb_reg_1)
S3method(fit_cv_split,xgb_reg_2)
S3method(fit_cv_split,xgb_reg_3)
S3method(fit_predict_model,DL_reg)
S3method(fit_predict_model,default)
S3method(fit_predict_model,svm_stacking_reg)
S3method(fit_predict_model,xgb_ordinal)
S3method(fit_predict_model,xgb_reg)
S3method(print,summary.METData)
S3method(summary,METData)
S3method(variable_importance_split,default)
S3method(variable_importance_split,fitted_DL_reg_1)
S3method(variable_importance_split,fitted_DL_reg_2)
S3method(variable_importance_split,fitted_rf_reg_1)
S3method(variable_importance_split,fitted_rf_reg_2)
S3method(variable_importance_split,fitted_stacking_reg_1)
S3method(variable_importance_split,fitted_stacking_reg_2)
S3method(variable_importance_split,fitted_stacking_reg_3)
S3method(variable_importance_split,fitted_xgb_reg_1)
S3method(variable_importance_split,fitted_xgb_reg_2)
export("%>%")
export("%notin%")
export(DL_reg_1)
export(DL_reg_2)
export(DL_reg_3)
export(add_new_METData)
export(analysis_predictions_best_genotypes)
export(apply_pca)
export(apply_pcs_G_Add)
export(clustering_env_data)
export(compute_EC_fixed_length_window)
export(compute_EC_gdd)
export(compute_EC_user_defined_intervals)
export(create_METData)
export(daylength)
export(fit_cv_split)
export(fit_predict_model)
export(gdd_information)
export(get.ea)
export(get.ea.no.RH)
export(get.ea.with.rhmax)
export(get.ea.with.rhmean)
export(get.es)
export(get.esmn)
export(get.esmx)
export(get_ECs)
export(get_daily_tables_per_env)
export(get_solar_radiation)
export(get_splits_processed_with_method)
export(get_wind_data)
export(marker_effect_per_env_EN)
export(marker_effect_per_env_FarmCPU)
export(new_DL_reg_1)
export(new_DL_reg_2)
export(new_DL_reg_3)
export(new_add_new_METData)
export(new_create_METData)
export(new_rf_reg_1)
export(new_rf_reg_2)
export(new_rf_reg_3)
export(new_stacking_reg_1)
export(new_stacking_reg_2)
export(new_stacking_reg_3)
export(new_xgb_reg_1)
export(new_xgb_reg_2)
export(new_xgb_reg_3)
export(plot_results_cv)
export(plot_results_vip)
export(plot_results_vip_cv)
export(predict_cv0)
export(predict_cv00)
export(predict_cv1)
export(predict_cv2)
export(predict_trait_MET)
export(predict_trait_MET_cv)
export(qc_raw_weather_data)
export(rf_reg_1)
export(rf_reg_2)
export(rf_reg_3)
export(select_markers)
export(snp_based_haploblocks)
export(stacking_reg_1)
export(stacking_reg_2)
export(stacking_reg_3)
export(validate_DL_reg_1)
export(validate_DL_reg_2)
export(validate_DL_reg_3)
export(validate_add_new_METData)
export(validate_create_METData)
export(validate_rf_reg_1)
export(validate_rf_reg_2)
export(validate_rf_reg_3)
export(validate_stacking_reg_1)
export(validate_stacking_reg_2)
export(validate_stacking_reg_3)
export(validate_xgb_reg_1)
export(validate_xgb_reg_2)
export(validate_xgb_reg_3)
export(variable_importance_split)
export(xgb_reg_1)
export(xgb_reg_2)
export(xgb_reg_3)
import(ggplot2)
import(purrr)
importFrom(magrittr,"%>%")