-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
76 lines (75 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
export(chem_edgar)
export(get_edgar)
export(sfx_explode)
export(st_explode)
export(to_as4wrf)
export(to_brams_spm)
export(to_munich)
export(to_rline)
export(to_wrf)
export(wrf_add)
export(wrf_create)
export(wrf_get)
export(wrf_grid)
export(wrf_meta)
export(wrf_plot)
export(wrf_profile)
export(wrf_put)
export(wrf_raster)
export(wrf_summary)
import(ncdf4)
import(raster)
import(sf)
importFrom(cptcity,cpt)
importFrom(data.table,".N")
importFrom(data.table,".SD")
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(grDevices,cm.colors)
importFrom(grDevices,gray.colors)
importFrom(graphics,.filled.contour)
importFrom(graphics,Axis)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,rect)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncatt_put)
importFrom(ncdf4,ncdim_def)
importFrom(ncdf4,ncvar_def)
importFrom(ncdf4,ncvar_get)
importFrom(ncdf4,ncvar_put)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(raster,brick)
importFrom(raster,flip)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,rotate)
importFrom(raster,stack)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_length)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(utils,askYesNo)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)