-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
78 lines (77 loc) · 2.28 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
77
78
# Generated by roxygen2: do not edit by hand
export(calcEconOfIrrig)
export(calcGrowingPeriod)
export(calcMissingWater)
export(calcNonrenGroundwatUse)
export(calcRiverRoutingInputs)
export(calcShrHumanUsesFulfilled)
export(calcYieldgainArea)
export(calcYieldgainPotential)
export(fullCURRENTIRRIGATION)
export(fullGROUNDWATER)
export(fullIRRIGATIONPOTENTIAL)
export(fullMULTICROPPING)
export(fullPREPROCESSING)
export(fullSIMPLE)
export(fullTRANSPORT)
export(toolLPJarrayToMAgPIEmap)
export(toolLPJcell2MAgPIEcell)
export(toolLPJcellCoordinates)
export(toolNeighborUpDownProvision)
export(toolRegionSums)
export(toolRiverUpDownBalance)
export(toolSelectNeighborCell)
export(toolSelectRiverBasin)
import(madrat)
import(magclass)
import(mrcommons)
import(mrland)
import(mrlandcore)
importFrom(madrat,calcOutput)
importFrom(madrat,readSource)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolConditionalReplace)
importFrom(madrat,toolCountry2isocode)
importFrom(madrat,toolCountryFill)
importFrom(madrat,toolFillYears)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolSplitSubtype)
importFrom(madrat,toolTimeAverage)
importFrom(madrat,toolTimeSpline)
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.array)
importFrom(magclass,as.magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,collapseNames)
importFrom(magclass,dimOrder)
importFrom(magclass,dimSums)
importFrom(magclass,getCells)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,magpie_expand)
importFrom(magclass,mbind)
importFrom(magclass,new.magpie)
importFrom(magclass,setCells)
importFrom(magclass,setYears)
importFrom(magclass,time_interpolate)
importFrom(magclass,where)
importFrom(magpiesets,addLocation)
importFrom(magpiesets,findset)
importFrom(mrlandcore,toolLPJmLVersion)
importFrom(mstools,toolCell2isoCell)
importFrom(mstools,toolCoord2Isocell)
importFrom(mstools,toolGetMappingCoord2Country)
importFrom(mstools,toolHarmonize2Baseline)
importFrom(mstools,toolHoldConstant)
importFrom(mstools,toolSmooth)
importFrom(raster,brick)
importFrom(stats,lm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_split)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(withr,local_options)