-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
79 lines (78 loc) · 2.11 KB
/
Copy pathNAMESPACE
File metadata and controls
79 lines (78 loc) · 2.11 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
S3method(optimize_hotspot,spatialrisk_hotspot_workflow)
S3method(plot,conc)
S3method(plot,hotspot)
S3method(plot,neighborhood)
S3method(plot,spatialrisk_hotspot_workflow)
S3method(print,hotspot)
S3method(print,spatialrisk_hotspot_workflow)
S3method(select_candidates,spatialrisk_hotspot_workflow)
export(choropleth)
export(choropleth_ggplot2)
export(concentration)
export(concentration_hotspot)
export(convert_crs_df)
export(find_highest_concentration)
export(haversine)
export(highest_concentration)
export(interpolate_spline)
export(knmi_historic_data)
export(map_points)
export(neighborhood_gh_search)
export(optimize_hotspot)
export(plot_points)
export(points_in_circle)
export(points_to_polygon)
export(points_within_radius)
export(prepare_spatialrisk)
export(radius_sum)
export(select_candidates)
export(summarise_points_by_polygon)
import(RcppProgress)
import(data.table)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(dplyr,left_join)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_ls)
importFrom(fs,file_create)
importFrom(fs,file_size)
importFrom(fs,file_temp)
importFrom(fs,path)
importFrom(lifecycle,deprecate_warn)
importFrom(rlang,abort)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_join)
importFrom(sf,st_transform)
importFrom(stats,as.formula)
importFrom(terra,cellFromXY)
importFrom(terra,cells)
importFrom(terra,classify)
importFrom(terra,crop)
importFrom(terra,distance)
importFrom(terra,ext)
importFrom(terra,focal)
importFrom(terra,merge)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,values)
importFrom(terra,xres)
importFrom(terra,xyFromCell)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(spatialrisk)