forked from carlos-alberto-silva/rGEDI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
77 lines (76 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
export(clipLevel1B)
export(clipLevel1BGeo)
export(clipLevel1BGeoGeometry)
export(clipLevel1BGeometry)
export(clipLevel2A)
export(clipLevel2AGeometry)
export(clipLevel2AM)
export(clipLevel2AMGeometry)
export(clipLevel2B)
export(clipLevel2BGeometry)
export(clipLevel2BPAIProfile)
export(clipLevel2BPAIProfileGeometry)
export(clipLevel2BPAVDProfile)
export(clipLevel2BPAVDProfileGeometry)
export(clipLevel2BVPM)
export(clipLevel2BVPMGeometry)
export(gedi.fullwaveform)
export(gedi.level1b)
export(gedi.level2a)
export(gedi.level2b)
export(gediDownload)
export(gedifinder)
export(getLevel1BGeo)
export(getLevel1BWF)
export(getLevel2AM)
export(getLevel2BPAIProfile)
export(getLevel2BPAVDProfile)
export(getLevel2BVPM)
export(gridStatsLevel2AM)
export(gridStatsLevel2BVPM)
export(plotPAIProfile)
export(plotPAVDProfile)
export(plotWFMetrics)
export(polyStatsLevel2AM)
export(polyStatsLevel2BVPM)
export(readLevel1B)
export(readLevel2A)
export(readLevel2B)
exportClasses(gedi.fullwaveform)
exportClasses(gedi.level1b)
exportClasses(gedi.level2a)
exportClasses(gedi.level2b)
exportMethods(close)
exportMethods(plot)
import(curl)
import(data.table)
import(fs)
import(ggplot2)
import(hdf5r)
import(jsonlite)
import(lazyeval)
import(methods)
import(sp)
import(stats)
import(utils)
importFrom(RColorBrewer,brewer.pal)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(hdf5r,H5File)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,setNames)