forked from pik-piam/mrland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
129 lines (128 loc) · 3.77 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Generated by roxygen2: do not edit by hand
export(calcEATFruitvegRatio)
export(calcEATLancetDiets)
export(calcEATLancetTargets)
export(calcEATLancetWaste)
export(calcEndUseTimber)
export(calcFAOLossesWaste)
export(calcForestAreaInitialization)
export(calcForestProductionInitialization)
export(calcForestryProductionRatio)
export(calcNINDiets)
export(calcNINFruitvegRatio)
export(calcNINTargets)
export(calcNINWaste)
export(calcPlantationContribution)
export(calcPlantedForest)
export(calcSOMexogenous)
export(calcTimberDemandExt)
export(readEvapotranspiration)
export(readPYieldCoeff)
export(spatial_header)
export(toolPatternScaling)
import(countrycode)
import(madrat)
import(magclass)
import(mrcommons)
import(mrdrivers)
import(mrfactors)
import(readxl)
import(utils)
importFrom(GDPuc,convertGDP)
importFrom(SPEI,thornthwaite)
importFrom(data.table,fread)
importFrom(dplyr,left_join)
importFrom(grDevices,boxplot.stats)
importFrom(madrat,calcOutput)
importFrom(madrat,getISOlist)
importFrom(madrat,readSource)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolConditionalReplace)
importFrom(madrat,toolCountryFill)
importFrom(madrat,toolFillWithRegionAvg)
importFrom(madrat,toolFillYears)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolNAreplace)
importFrom(madrat,toolSplitSubtype)
importFrom(madrat,toolSubtypeSelect)
importFrom(madrat,toolTimeAverage)
importFrom(magclass,"getCells<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,"getYears<-")
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.data.frame)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,collapseNames)
importFrom(magclass,complete_magpie)
importFrom(magclass,convergence)
importFrom(magclass,dimOrder)
importFrom(magclass,dimSums)
importFrom(magclass,getCells)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,hasCoords)
importFrom(magclass,is.magpie)
importFrom(magclass,lowpass)
importFrom(magclass,magpiesort)
importFrom(magclass,magpply)
importFrom(magclass,mbind)
importFrom(magclass,ndim)
importFrom(magclass,new.magpie)
importFrom(magclass,nregions)
importFrom(magclass,read.magpie)
importFrom(magclass,read.report)
importFrom(magclass,setCells)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,time_interpolate)
importFrom(magclass,unwrap)
importFrom(magclass,where)
importFrom(magpiesets,addLocation)
importFrom(magpiesets,findset)
importFrom(mrcommons,toolAggregateCell2Country)
importFrom(mrcommons,toolCoord2Isocell)
importFrom(mrcommons,toolGetMappingCoord2Country)
importFrom(mrcommons,toolHarmonize2Baseline)
importFrom(mrcommons,toolHoldConstantBeyondEnd)
importFrom(mrcommons,toolLPJmLVersion)
importFrom(mrcommons,toolSmooth)
importFrom(mstools,toolHoldConstant)
importFrom(ncdf4,nc_open)
importFrom(raster,aggregate)
importFrom(raster,brick)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(reshape2,acast)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,uniroot)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)
importFrom(terra,"ext<-")
importFrom(terra,aggregate)
importFrom(terra,cellSize)
importFrom(terra,classify)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,segregate)
importFrom(terra,terraOptions)
importFrom(terra,tmpFiles)
importFrom(utils,bibentry)
importFrom(utils,download.file)
importFrom(utils,person)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,tail)
importFrom(withr,defer)
importFrom(withr,local_options)
importFrom(withr,local_tempdir)