-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 973 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(pop2point)
export(xy_to_sfc)
importFrom(dodgr,dodgr_vertices)
importFrom(dodgr,weight_streetnet)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(here,here)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(osmdata,add_osm_feature)
importFrom(osmdata,getbb)
importFrom(osmdata,opq)
importFrom(osmdata,osm_poly2line)
importFrom(osmdata,osmdata_sf)
importFrom(osmdata,trim_osmdata)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,writeRaster)
importFrom(sf,st_as_sf)
importFrom(sf,st_centroid)
importFrom(sf,st_distance)
importFrom(sf,st_join)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)