-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
32 lines (31 loc) · 808 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
# Generated by roxygen2: do not edit by hand
export(UHImax)
export(blur_svf_fveg)
export(calc_DTR)
export(calc_S)
export(calc_U)
export(calc_UHImax)
export(clean_wunderground)
export(download_time_seq)
export(prepare_Cabauw)
export(uhi_sub)
export(uhimax_params)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rleid)
importFrom(data.table,setorder)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,summarize)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,mday)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,round_date)
importFrom(lubridate,year)
importFrom(raster,focal)
importFrom(raster,focalWeight)
importFrom(stats,approx)
importFrom(stats,complete.cases)
importFrom(utils,write.table)