-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
72 lines (71 loc) · 1.74 KB
/
NAMESPACE
File metadata and controls
72 lines (71 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export(Lohmann_UH)
export(Lohmann_conv)
export(VIC)
export(VIC_forcing)
export(VIC_soilParam)
export(VIC_vegParam)
export(clip_forcing)
export(clip_qobs)
export(fast_basin)
export(flowdir_find_next)
export(goal)
export(read_HWSD)
export(read_flowdir)
export(read_veg_classic)
export(rename_vars_ITPCAS)
export(resample_rast)
export(set_param)
import(abind)
import(glue)
import(magrittr)
import(matrixStats)
importFrom(VIC5,vic)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,is.data.table)
importFrom(dplyr,mutate)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(hydroTools,GOF)
importFrom(hydroTools,Ksat)
importFrom(hydroTools,Wcr_FT)
importFrom(hydroTools,Wpwp_FT)
importFrom(hydroTools,bubble)
importFrom(hydroTools,expt)
importFrom(hydroTools,q2ea)
importFrom(iterators,icount)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(methods,as)
importFrom(raster,"values<-")
importFrom(raster,aggregate)
importFrom(raster,area)
importFrom(raster,as.array)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,raster)
importFrom(raster,resample)
importFrom(raster,values)
importFrom(readr,write_lines)
importFrom(sp,CRS)
importFrom(sp,SpatialPolygons)
importFrom(sp,coordinates)
importFrom(stats,convolve)
importFrom(stats,cor.test)
importFrom(stats,median)
importFrom(stats,qf)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(terra,aggregate)
importFrom(terra,disagg)
importFrom(terra,rast)
importFrom(terra,resample)