-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
70 lines (69 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export(applyBiasFactor)
export(biasCorrect)
export(checkBind)
export(collectData)
export(collectData_csv_anarbe)
export(collectData_excel_anarbe)
export(collectData_txt_anarbe)
export(downscaleNcdf)
export(extractPeriod)
export(fillGap)
export(getAnnual)
export(getBiasFactor)
export(getEnsem_comb)
export(getFrcEnsem)
export(getHisEnsem)
export(getLMom)
export(getMoment)
export(getNcdfVar)
export(getPreciBar)
export(getPreciBar_comb)
export(getSpatialMap)
export(getSpatialMap_comb)
export(getSpatialMap_mat)
export(list2Dataframe)
export(loadNcdf)
export(plotTS)
export(plotTS_comb)
export(resample)
export(shp2cat)
export(writeNcdf)
exportClasses(biasFactor)
import(ggplot2)
import(maps)
import(ncdf4)
import(plyr)
import(sf)
import(sp)
importFrom(MASS,fitdistr)
importFrom(data.table,rbindlist)
importFrom(grDevices,rainbow)
importFrom(lmom,samlmu)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(reshape2,melt)
importFrom(sf,st_read)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pgamma)
importFrom(stats,qgamma)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,read.fwf)
importFrom(utils,tail)
importFrom(zoo,as.Date)