forked from pik-piam/mrmagpie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
128 lines (127 loc) · 3.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
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
# Generated by roxygen2: do not edit by hand
export(calcAreaEquippedForIrrigation)
export(calcCellCountryFraction)
export(calcClusterHierarchical)
export(calcClusterKMeans)
export(calcClusterTreeHierarchical)
export(calcGridPop)
export(calcInitialLsu)
export(calcLivestockDistribution)
export(correctRamankutty)
export(readGCMClimate)
export(readGFAD)
export(readGridPopGao)
export(readGridPopIsimip)
export(readRamankutty)
export(toolMoveValues)
export(toolNeuralNet)
export(toolRefoldWeights)
import(madrat)
import(magclass)
import(magpiesets)
import(mrcommons)
import(mrland)
import(mrwater)
import(mstools)
importFrom(abind,adrop)
importFrom(class,knn1)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,ggsave)
importFrom(lpjclass,read.LPJ_input)
importFrom(luplot,plotregionscluster)
importFrom(luscale,speed_aggregate)
importFrom(madrat,calcOutput)
importFrom(madrat,getConfig)
importFrom(madrat,readSource)
importFrom(madrat,regionscode)
importFrom(madrat,setConfig)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolConditionalReplace)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolSplitSubtype)
importFrom(madrat,toolTimeAverage)
importFrom(magclass,"getSets<-")
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,collapseNames)
importFrom(magclass,dimSums)
importFrom(magclass,getCells)
importFrom(magclass,getCoords)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,mbind)
importFrom(magclass,ncells)
importFrom(magclass,ndata)
importFrom(magclass,new.magpie)
importFrom(magclass,read.magpie)
importFrom(magclass,setYears)
importFrom(magclass,where)
importFrom(magclass,wrap)
importFrom(magpiesets,addLocation)
importFrom(magpiesets,findset)
importFrom(mrcommons,toolCell2isoCell)
importFrom(mrcommons,toolCoord2Isocell)
importFrom(mrcommons,toolCoord2Isocoord)
importFrom(mrcommons,toolGetMappingCoord2Country)
importFrom(mrcommons,toolHarmonize2Baseline)
importFrom(mrcommons,toolIso2CellCountries)
importFrom(mrcommons,toolLPJmLVersion)
importFrom(mrland,spatial_header)
importFrom(mstools,toolHoldConstant)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(pbapply,pbapply)
importFrom(pbapply,pboptions)
importFrom(raster,"crs<-")
importFrom(raster,aggregate)
importFrom(raster,area)
importFrom(raster,as.matrix)
importFrom(raster,brick)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,subset)
importFrom(raster,t)
importFrom(readxl,read_xls)
importFrom(readxl,read_xlsx)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(stringr,str_split)
importFrom(terra,aggregate)
importFrom(terra,classify)
importFrom(terra,crds)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,focal)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,values)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(utils,bibentry)
importFrom(utils,download.file)
importFrom(utils,person)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(withr,local_options)
importFrom(withr,with_options)