-
Notifications
You must be signed in to change notification settings - Fork 27
/
NAMESPACE
75 lines (73 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(EarthdataLogin)
export(MODISoptions)
export(aggInterval)
export(arcStats)
export(delHdf)
export(detectBitInfo)
export(extractBits)
export(extractDate)
export(fileSize)
export(genTile)
export(getCollection)
export(getHdf)
export(getProduct)
export(getSds)
export(getTile)
export(lpdaacLogin)
export(makeWeights)
export(maskWater)
export(orgStruc)
export(orgTime)
export(preStack)
export(reformatDOY)
export(repDoy)
export(runGdal)
export(runMrt)
export(search4map)
export(smooth.spline.raster)
export(temporalComposite)
export(transDate)
export(whittaker.raster)
exportClasses(MODISextent)
exportClasses(MODISfile)
exportClasses(MODISproduct)
if (.Platform$OS.type=="windows") importFrom(utils,shortPathName)
import(bitops)
import(mapdata)
import(parallel)
import(ptw)
import(raster)
import(sf)
import(sp)
importFrom(curl,curl)
importFrom(curl,curl_download)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(devtools,install_github)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,locator)
importFrom(graphics,title)
importFrom(mapedit,drawFeatures)
importFrom(mapedit,selectFeatures)
importFrom(maps,map.axes)
importFrom(maptools,checkPolygonsHoles)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,vi)
importFrom(utils,write.csv)
importFrom(utils,write.table)