-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.54 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.54 KB
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
export(ConvertXYZtoRASTER)
export(DetectAndMeasureTrees)
export(Extent_validation)
export(For_xyzi)
export(IdentifyPotentialTreeLocations)
export(Rasterize3DSlices)
export(Slice3DByHeight)
export(calculate_cluster_centroids)
export(create_circle_shapefile_from_ransac)
export(derive_utm_zone)
export(filter_las_central_area)
export(fitSS)
export(forestry_equations)
export(overlay_func)
export(pick_epsg_south)
export(rc)
export(rmc)
export(rotate_and_align_las)
export(rotate_and_align_las_method1)
export(rotate_and_align_las_method2)
export(vectorized_custom_fun_bis)
import(foreach)
import(raster)
importFrom(Rcpp,sourceCpp)
importFrom(Rvcg,vcgClean)
importFrom(data.table,as.data.table)
importFrom(dbscan,dbscan)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,ungroup)
importFrom(lidR,LAS)
importFrom(lidR,filter_poi)
importFrom(lidR,readLAS)
importFrom(openxlsx,write.xlsx)
importFrom(parallel,detectCores)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_distance)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(stats,optim)
importFrom(stats,prcomp)
importFrom(terra,rast)
useDynLib(LiTreeAnyDensity, .registration = TRUE)