-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 816 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(create_grid)
export(create_visualization)
export(download_external_data)
export(eda_colsum)
export(eda_cumulative_distribution)
export(eda_histogram)
export(eda_observations)
export(eda_spatial_distribution)
export(eda_summary_table)
export(eda_timeseries)
export(explain_dependence)
export(explain_summary)
export(fill_data)
export(loop_function)
export(merge_data)
export(method_grid)
export(method_grid_area)
export(method_samples)
export(process_external_data)
export(results_mae_distribution)
export(results_mae_spatial)
export(results_mae_timeseries)
export(results_scatterplot)
export(results_spatial)
export(results_timeseries)
export(run_model)
export(run_model_ensemble)
export(sample_data)
import(bonsai)
importFrom(rlang,":=")
importFrom(rlang,.data)