-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·50 lines (49 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(add_build_fp)
export(add_build_h)
export(add_canopy_h)
export(add_cov)
export(add_dem)
export(add_era5_rast)
export(add_era5_vect)
export(add_era5_vect_old)
export(add_imp)
export(add_nlcd_ratio)
export(add_tcc)
export(add_terrain)
export(build_h_table)
export(check_obs)
export(check_pred_grid)
export(compute_rmse_cv)
export(compute_tn)
export(compute_tx)
export(convert_era5nc_to_dt)
export(convert_starray_stdt)
export(convert_stdt_sftime)
export(convert_stdt_spatrastdataset)
export(convert_stdt_spatvect)
export(convert_stdt_starray)
export(convert_stobj_to_stdt)
export(create_pred_rds)
export(create_sp_fold)
export(create_starrayobj)
export(create_stdtobj)
export(format_econet_aws)
export(format_noaa_aws)
export(is_starrayobj)
export(is_stdtobj)
export(list_covar_nc)
export(list_covar_testdata)
export(list_monitors_nc)
export(map_res_cv)
export(map_rmse_cv)
export(nlcd_table)
export(plot_reg)
export(plot_reg_cv)
export(plot_res)
export(plot_res_cv)
import(data.table)
import(ggplot2)
import(spatialsample)
import(tidyr)
importFrom(magrittr,"%>%")