-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 986 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 986 Bytes
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
# Generated by roxygen2: do not edit by hand
export(colorize_las)
export(create_rotation_gif)
export(cylinderFit)
export(download_naip_for_las)
export(eigen_metrics)
export(get_raster_eigen_treelocs)
export(las2xyz)
export(merge_las_colors)
export(plot_raster_by_name)
export(process_rasters_patchmorph)
export(process_tree_data)
export(segment_graph)
export(spanner_pal)
export(sum_rasters_by_suitability)
importFrom(Rcpp,sourceCpp)
importFrom(lidR,LAS)
importFrom(lidR,filter_poi)
importFrom(lidR,pixel_metrics)
importFrom(lidR,random_per_voxel)
importFrom(mathjaxr,preview_rd)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(stats,complete.cases)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,na.omit)
importFrom(stats,princomp)
importFrom(stats,quantile)
importFrom(terra,"values<-")
importFrom(terra,classify)
importFrom(terra,focal)
importFrom(terra,ifel)
importFrom(terra,rast)
importFrom(terra,res)
useDynLib(spanner, .registration = TRUE)