-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
97 lines (96 loc) · 2.23 KB
/
NAMESPACE
File metadata and controls
97 lines (96 loc) · 2.23 KB
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
# Generated by roxygen2: do not edit by hand
S3method(GOF,matrix)
S3method(as_rast,spInterp)
S3method(plot,spInterp)
S3method(predict,kfold)
S3method(predict,spInterp)
S3method(print,kfold)
S3method(print,param)
S3method(print,spInterp)
S3method(select,matrix)
export("%$%")
export("%<>%")
export("%>%")
export(GOF)
export(Tps)
export(ab_angle)
export(angle)
export(anusplin_make_param)
export(anusplin_read_output)
export(anusplin_rm_cache)
export(anusplin_write_setting)
export(as_rast)
export(cal_azimuth)
export(cal_weight)
export(cal_weight_sf)
export(deg2rad)
export(get_chinadem)
export(image.plot)
export(kfold_calib)
export(kfold_ml)
export(kfold_tidy)
export(make_dims)
export(make_grid)
export(predictSurface)
export(rad2deg)
export(rast2zgrid)
export(rdist.earth)
export(rowMeans2)
export(set_names)
export(spInterp)
export(spInterp_Tps)
export(spInterp_adw)
export(spInterp_anusplin)
export(spInterp_bilinear)
export(wFUN_adw)
export(wFUN_idw)
export(wFUN_mean)
export(wFUN_natural)
export(wFUN_thiessen)
export(write_dem)
import(magrittr)
importFrom(abind,abind)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,merge.data.table)
importFrom(data.table,setkeyv)
importFrom(dplyr,across)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(fields,Tps)
importFrom(fields,image.plot)
importFrom(fields,predictSurface)
importFrom(glue,glue)
importFrom(hydroGOF,KGE)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,set_names)
importFrom(matrixStats,rowMeans2)
importFrom(plyr,llply)
importFrom(plyr,round_any)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(stats,approx)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,weighted.mean)
importFrom(stringr,str_extract)
importFrom(stringr,str_match_all)
importFrom(terra,as.array)
importFrom(terra,ext)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(tools,file_path_sans_ext)