-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
88 lines (87 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
S3method("+",LASRpipeline)
S3method("+",laslibfilter)
S3method(c,LASRpipeline)
S3method(print,LASRalgorithm)
S3method(print,LASRpipeline)
S3method(print,laslibfilter)
S3method(print,lasrcloud)
export(add_extrabytes)
export(add_rgb)
export(callback)
export(chm)
export(classify_with_csf)
export(classify_with_ivf)
export(classify_with_sor)
export(concurrent_files)
export(concurrent_points)
export(delete_ground)
export(delete_noise)
export(delete_points)
export(drop_class)
export(drop_duplicates)
export(drop_first)
export(drop_ground)
export(drop_noise)
export(drop_z_above)
export(drop_z_below)
export(dtm)
export(exec)
export(filter_with_grid)
export(focal)
export(geometry_features)
export(get_parallel_strategy)
export(hag)
export(half_cores)
export(has_omp_support)
export(hulls)
export(info)
export(install_cmd_tools)
export(keep_class)
export(keep_first)
export(keep_ground)
export(keep_ground_and_water)
export(keep_noise)
export(keep_z_above)
export(keep_z_below)
export(load_raster)
export(local_maximum)
export(local_maximum_raster)
export(ncores)
export(nested)
export(normalize)
export(pit_fill)
export(rasterize)
export(read_cloud)
export(reader)
export(reader_circles)
export(reader_coverage)
export(reader_las)
export(reader_las_circles)
export(reader_las_coverage)
export(reader_las_rectangles)
export(reader_rectangles)
export(region_growing)
export(sampling_pixel)
export(sampling_poisson)
export(sampling_voxel)
export(sequential)
export(set_crs)
export(set_exec_options)
export(set_parallel_strategy)
export(sort_points)
export(stop_if_outside)
export(summarise)
export(tempgpkg)
export(templas)
export(templaz)
export(tempshp)
export(temptif)
export(transform_with)
export(triangulate)
export(unset_exec_option)
export(unset_parallel_strategy)
export(write_las)
export(write_lax)
export(write_vpc)
useDynLib(lasR, .registration = TRUE)