forked from r-lidar/lidR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
137 lines (136 loc) · 3.22 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
130
131
132
133
134
135
136
137
# Generated by roxygen2: do not edit by hand
S3method(area,LAS)
S3method(area,LAScatalog)
S3method(area,numeric)
S3method(as.raster,lasmetrics)
S3method(as.spatial,LAS)
S3method(as.spatial,LAScatalog)
S3method(as.spatial,lasmetrics)
S3method(catalog_queries,LAScatalog)
S3method(grid_canopy,LAS)
S3method(grid_canopy,LAScatalog)
S3method(grid_density,LAS)
S3method(grid_density,LAScatalog)
S3method(grid_metrics,LAS)
S3method(grid_metrics,LAScatalog)
S3method(grid_terrain,LAS)
S3method(grid_terrain,LAScatalog)
S3method(grid_tincanopy,LAS)
S3method(grid_tincanopy,LAScatalog)
S3method(lasclip,LAS)
S3method(lasclip,LAScatalog)
S3method(lasclipCircle,LAS)
S3method(lasclipCircle,LAScatalog)
S3method(lasclipPolygon,LAS)
S3method(lasclipPolygon,LAScatalog)
S3method(lasclipRectangle,LAS)
S3method(lasclipRectangle,LAScatalog)
S3method(plot,LAS)
S3method(plot,LAScatalog)
S3method(plot,lashexametrics)
S3method(plot,lasmetrics)
S3method(plot,lasmetrics3d)
S3method(readLAS,LAScatalog)
S3method(readLAS,LAScluster)
S3method(readLAS,character)
S3method(rumple_index,RasterLayer)
S3method(rumple_index,lasmetrics)
S3method(rumple_index,numeric)
S3method(summary,LAS)
S3method(tree_detection,LAS)
S3method(tree_detection,RasterLayer)
S3method(tree_detection,lasmetrics)
S3method(tree_detection,matrix)
S3method(tree_metrics,LAS)
export(.stdmetrics)
export(.stdmetrics_ctrl)
export(.stdmetrics_i)
export(.stdmetrics_pulse)
export(.stdmetrics_rn)
export(.stdmetrics_z)
export(.stdtreemetrics)
export(LAD)
export(LAS)
export(VCI)
export(area)
export(as.lasmetrics)
export(as.spatial)
export(catalog)
export(catalog_apply)
export(catalog_options)
export(catalog_queries)
export(catalog_reset)
export(catalog_reshape)
export(catalog_select)
export(cloud_metrics)
export(entropy)
export(forest.colors)
export(gap_fraction_profile)
export(grid_canopy)
export(grid_density)
export(grid_hexametrics)
export(grid_metrics)
export(grid_metrics3d)
export(grid_terrain)
export(grid_tincanopy)
export(height.colors)
export(lasarea)
export(lasclassify)
export(lasclip)
export(lasclipCircle)
export(lasclipPolygon)
export(lasclipRectangle)
export(lascolor)
export(lasdecimate)
export(lasfilter)
export(lasfilterfirst)
export(lasfilterfirstlast)
export(lasfilterfirstofmany)
export(lasfilterground)
export(lasfilterlast)
export(lasfilternth)
export(lasfiltersingle)
export(lasflightline)
export(lasground)
export(lasground_pmf)
export(lasmetrics)
export(lasnormalize)
export(laspulse)
export(lasroi)
export(lasscanline)
export(lassnags)
export(lassnags_wing)
export(lastrees)
export(lastrees_dalponte)
export(lastrees_li)
export(lastrees_silva)
export(lastrees_watershed)
export(lidr_options)
export(lidr_reset)
export(pastel.colors)
export(plot3d)
export(random.colors)
export(readLAS)
export(rumple_index)
export(stdmetrics)
export(stdmetrics_ctrl)
export(stdmetrics_i)
export(stdmetrics_pulse)
export(stdmetrics_rn)
export(stdmetrics_z)
export(stdtreemetrics)
export(tree_detection)
export(tree_metrics)
export(writeLAS)
exportClasses(LAS)
exportClasses(LASheader)
exportMethods("-")
exportMethods(extent)
import(data.table)
import(magrittr)
import(methods)
importClassesFrom(sp,CRS)
importFrom(data.table,":=")
importMethodsFrom(raster,as.raster)
importMethodsFrom(raster,extent)
useDynLib(lidR, .registration = TRUE)