-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 899 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 899 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
38
# Generated by roxygen2: do not edit by hand
export(calculate_diversity)
export(calculate_feature)
export(calculate_viewmetrics)
export(compute_viewshed)
export(fov_mask)
export(visual_magnitude)
export(visualize_viewshed)
import(Rcpp)
import(methods)
import(pbmcapply)
import(sf)
import(terra)
importFrom(ForestTools,mcws)
importFrom(ForestTools,vwf)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,count)
importFrom(dplyr,select)
importFrom(grDevices,rgb)
importFrom(graphics,par)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(rlang,.data)
importFrom(sp,SpatialPoints)
importFrom(stats,sd)
importFrom(terra,as.polygons)
importFrom(terra,crop)
importFrom(terra,ext)
importFrom(terra,geom)
importFrom(terra,mask)
importFrom(terra,patches)
importFrom(terra,plot)
importFrom(terra,res)
importFrom(terra,terrain)
useDynLib(viewscape)