-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
60 lines (59 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
S3method(geotopbrick,GeotopRasterBrick)
S3method(geotopbrick,RasterBrick)
S3method(geotopbrick,RasterLayer)
S3method(geotopbrick,default)
S3method(geotopbrick,zoo)
export(argsParser)
export(brick.decimal.formatter)
export(brickFromOutputSoil3DTensor)
export(create.geotop.inpts.keyword)
export(create.geotop.meteo.files)
export(declared.geotop.inpts.keywords)
export(geotopbrick)
export(get.geotop.inpts.keyword.value)
export(get.geotop.points)
export(get.geotop.recovery.state)
export(getProjection)
export(getvalues.brick.at.depth)
export(max_value)
export(min_value)
export(pointer.to.maps.xy.time)
export(pointer.to.maps.xyz.time)
export(rasterFromOutput2DMap)
export(read.ascii.vectorized.brick)
export(read.raster.from.url)
export(read.vectorized.geotop.recovery)
export(replace.keyword)
export(set.geotop.recovery.state)
export(vertical.aggregate.brick.within.depth)
export(write.ascii.vectorized.brick)
export(write.geotop.table)
export(write.vectorized.geotop.recovery)
export(write.vectorized.variable.in.string)
export(writeRasterxGEOtop)
exportClasses(GeotopRasterBrick)
exportClasses(zoo)
exportMethods(KML)
exportMethods(Ops)
exportMethods(brick)
exportMethods(plot)
import(raster)
import(stringr)
import(zoo)
importFrom("methods",Arith)
importFrom("methods",Compare)
importFrom("methods",Logic)
importFrom("raster",subset)
importFrom(methods,Ops)
importFrom(methods,callGeneric)
importFrom(methods,is)
importFrom(methods,new)
importFrom(sf,st_point)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(terra,rast)
importFrom(utils,read.table)
importFrom(utils,write.table)