forked from ropensci/osmplotr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
66 lines (65 loc) · 1.7 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
65
66
# Generated by roxygen2: do not edit by hand
export(add_axes)
export(add_colourbar)
export(add_osm_groups)
export(add_osm_objects)
export(add_osm_surface)
export(adjust_colours)
export(colour_mat)
export(connect_highways)
export(extract_osm_objects)
export(get_bbox)
export(make_osm_map)
export(osm_basemap)
export(osm_structures)
export(print_osm_map)
importFrom(curl,has_internet)
importFrom(e1071,allShortestPaths)
importFrom(e1071,extractPath)
importFrom(ggm,fundCycles)
importFrom(grDevices,bmp)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,heat.colors)
importFrom(grDevices,jpeg)
importFrom(grDevices,pictex)
importFrom(grDevices,png)
importFrom(grDevices,postscript)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(methods,as)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(osmdata,add_feature)
importFrom(osmdata,opq)
importFrom(osmdata,osmdata_sf)
importFrom(osmdata,osmdata_sp)
importFrom(rgeos,gIntersection)
importFrom(sp,Line)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,point.in.polygon)
importFrom(spatstat,Smooth)
importFrom(spatstat,convexhull)
importFrom(spatstat,idw)
importFrom(spatstat,ppp)
importFrom(stats,runif)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)