-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
128 lines (127 loc) · 3.39 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
# Generated by roxygen2: do not edit by hand
S3method(add_member,default)
S3method(add_member,tune_results)
S3method(add_member,workflow_set)
S3method(add_repeat,default)
S3method(add_repeat,list)
S3method(add_repeat,simple_ensemble)
S3method(autoplot,simple_ensemble)
S3method(autoplot,spatial_initial_split)
S3method(average_precision,sf)
S3method(bake,spatial_recipe)
S3method(boyce_cont,data.frame)
S3method(boyce_cont,sf)
S3method(brier_class,sf)
S3method(clamp_predictors,SpatRaster)
S3method(clamp_predictors,SpatRasterDataset)
S3method(clamp_predictors,default)
S3method(classification_cost,sf)
S3method(collect_metrics,repeat_ensemble)
S3method(collect_metrics,simple_ensemble)
S3method(explain_tidysdm,default)
S3method(explain_tidysdm,repeat_ensemble)
S3method(explain_tidysdm,simple_ensemble)
S3method(extrapol_mess,SpatRaster)
S3method(extrapol_mess,SpatRasterDataset)
S3method(extrapol_mess,data.frame)
S3method(extrapol_mess,default)
S3method(filter_collinear,SpatRaster)
S3method(filter_collinear,data.frame)
S3method(filter_collinear,default)
S3method(filter_collinear,matrix)
S3method(filter_high_cor,SpatRaster)
S3method(filter_high_cor,data.frame)
S3method(filter_high_cor,default)
S3method(filter_high_cor,matrix)
S3method(gain_capture,sf)
S3method(kap_max,data.frame)
S3method(kap_max,sf)
S3method(mn_log_loss,sf)
S3method(model_info,repeat_ensemble)
S3method(model_info,simple_ensemble)
S3method(pr_auc,sf)
S3method(predict,repeat_ensemble)
S3method(predict,simple_ensemble)
S3method(predict_raster,default)
S3method(prep,spatial_recipe)
S3method(print,repeat_ensemble)
S3method(print,simple_ensemble)
S3method(recipe,sf)
S3method(roc_auc,sf)
S3method(roc_aunp,sf)
S3method(roc_aunu,sf)
S3method(summary,repeat_ensemble)
S3method(summary,simple_ensemble)
S3method(tss,data.frame)
S3method(tss_max,data.frame)
S3method(tss_max,sf)
S3method(tunable,maxent)
S3method(update,maxent)
export("%>%")
export(add_member)
export(add_repeat)
export(blockcv2rsample)
export(boyce_cont)
export(boyce_cont_vec)
export(calib_class_thresh)
export(check_sdm_presence)
export(check_splits_balance)
export(clamp_predictors)
export(control_ensemble_bayes)
export(control_ensemble_grid)
export(control_ensemble_resamples)
export(dist_pres_vs_bg)
export(explain_tidysdm)
export(extrapol_mess)
export(feature_classes)
export(filter_collinear)
export(filter_high_cor)
export(gam_formula)
export(geom_split_violin)
export(grid_cellsize)
export(grid_offset)
export(kap_max)
export(kap_max_vec)
export(km2m)
export(maxent)
export(maxnet_fit)
export(maxnet_predict)
export(niche_overlap)
export(optim_thresh)
export(plot_pres_vs_bg)
export(predict_raster)
export(regularization_multiplier)
export(repeat_ensemble)
export(sample_background)
export(sample_background_time)
export(sample_pseudoabs)
export(sample_pseudoabs_time)
export(sdm_metric_set)
export(sdm_spec_boost_tree)
export(sdm_spec_gam)
export(sdm_spec_glm)
export(sdm_spec_maxent)
export(sdm_spec_rand_forest)
export(sdm_spec_rf)
export(simple_ensemble)
export(spatial_initial_split)
export(spatial_recipe)
export(thin_by_cell)
export(thin_by_cell_time)
export(thin_by_dist)
export(thin_by_dist_time)
export(tss)
export(tss_max)
export(tss_max_vec)
export(y2d)
import(methods)
import(recipes)
import(spatialsample)
import(tidymodels)
import(yardstick)
importFrom(DALEX,model_info)
importFrom(ggplot2,autoplot)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(tune,collect_metrics)