-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
64 lines (63 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export(distance_analysis)
export(resolution_analysis)
export(sf_to_rast)
export(vgvi_from_sf)
export(viewshed)
export(visibility_proportion)
export(visualizeWeights)
export(vvi_from_sf)
importFrom(dplyr,as_tibble)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_light)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(raster,raster)
importFrom(scales,percent_format)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_line_sample)
importFrom(sf,st_make_grid)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(terra,aggregate)
importFrom(terra,boundaries)
importFrom(terra,cellFromXY)
importFrom(terra,colFromX)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,mask)
importFrom(terra,ncol)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,rowFromY)
importFrom(terra,terraOptions)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(terra,xyFromCell)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(GVI, .registration = TRUE)