-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
118 lines (117 loc) · 2.94 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
S3method(pearsonResiduals,default)
S3method(pearsonResiduals,euclidean)
S3method(pearsonResiduals,voronoi)
S3method(pearsonResiduals,walking)
S3method(plot,euclidean)
S3method(plot,euclideanLatlong)
S3method(plot,euclidean_path)
S3method(plot,neighborhood_data)
S3method(plot,oxfordWeather)
S3method(plot,povertyLondon)
S3method(plot,profile_perspective)
S3method(plot,time_series)
S3method(plot,voronoi)
S3method(plot,voronoiLatlong)
S3method(plot,walking)
S3method(plot,walkingB)
S3method(plot,walkingLatlong)
S3method(plot,walking_path)
S3method(plot,winterTemperatures)
S3method(print,euclidean)
S3method(print,euclidean_path)
S3method(print,time_series)
S3method(print,voronoi)
S3method(print,voronoiLatlong)
S3method(print,walking)
S3method(print,walking_path)
S3method(pumpCase,default)
S3method(pumpCase,euclidean)
S3method(pumpCase,euclidean_latlong)
S3method(pumpCase,voronoi)
S3method(pumpCase,voronoiLatlong)
S3method(pumpCase,walking)
S3method(pumpCase,walkingLatlong)
S3method(summary,euclidean)
S3method(summary,voronoi)
S3method(summary,walking)
export(addCase)
export(addDelaunay)
export(addEuclideanPath)
export(addFrame)
export(addIndexCase)
export(addKernelDensity)
export(addLandmarkSquares)
export(addLandmarks)
export(addMilePosts)
export(addNeighborhoodCases)
export(addNeighborhoodEuclidean)
export(addNeighborhoodWalking)
export(addPlaguePit)
export(addPump)
export(addRoads)
export(addSnow)
export(addVoronoi)
export(addWalkingPath)
export(addWhitehead)
export(caseDistance)
export(caseLocator)
export(euclideanPath)
export(landmarkData)
export(mapRange)
export(nearestPump)
export(neighborhoodData)
export(neighborhoodDataB)
export(neighborhoodEuclidean)
export(neighborhoodVoronoi)
export(neighborhoodWalking)
export(oxfordWeather)
export(pearsonResiduals)
export(povertyLondon)
export(profile2D)
export(profile3D)
export(pumpCase)
export(pumpData)
export(pumpFatalities)
export(pumpLocator)
export(roadSegments)
export(segmentHighlight)
export(segmentLength)
export(segmentLocator)
export(simulateFatalities)
export(snowColors)
export(snowMap)
export(snowNeighborhood)
export(streetHighlight)
export(streetLength)
export(streetNameLocator)
export(streetNames)
export(streetNumberLocator)
export(tanakaContourPlot)
export(timeSeries)
export(unstackFatalities)
export(voronoiPolygons)
export(walkingB)
export(walkingPath)
export(winterTemperatures)
import(graphics)
importFrom(RColorBrewer,brewer.pal)
importFrom(TSP,TSP)
importFrom(TSP,solve_TSP)
importFrom(curl,has_internet)
importFrom(deldir,deldir)
importFrom(deldir,tile.list)
importFrom(deldir,triang.list)
importFrom(elevatr,get_elev_raster)
importFrom(geosphere,distGeo)
importFrom(pracma,cart2pol)
importFrom(rlang,.data)
importFrom(sp,Polygon)
importFrom(sp,point.in.polygon)
importFrom(sp,spsample)
importFrom(tanaka,tanaka)
importFrom(terra,as.data.frame)
importFrom(terra,rast)
importFrom(threejs,scatterplot3js)
importFrom(tools,toTitleCase)
importFrom(viridisLite,plasma)