-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
125 lines (124 loc) · 3.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
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
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
S3method(create_durations,character)
S3method(create_linestring,coordinates)
S3method(create_linestring,numeric)
S3method(create_points,coordinates)
S3method(create_points,numeric)
S3method(create_polygon,coordinates)
S3method(create_polygon,numeric)
S3method(create_road_network,sf)
S3method(create_segmented_network,road_network)
S3method(create_spatiotemporal_events,sf)
S3method(create_spatiotemporal_network,road_network)
S3method(extract_segmented_network_nodes,road_network)
S3method(find_duration,spatiotemporal_events)
S3method(plot,road_network)
S3method(plot,segmented_network)
S3method(plot,spatiotemporal_network)
S3method(print,coordinates)
S3method(print,road_network)
S3method(print,segmented_network)
S3method(print,spatiotemporal_events)
S3method(set_events,road_network)
S3method(set_events,segmented_network)
S3method(set_events,spatiotemporal_network)
S3method(split_linestring,LINESTRING)
S3method(split_linestring,sfc_LINESTRING)
S3method(summary,road_network)
S3method(summary,segmented_network)
export(compute_epanechnikov)
export(compute_gaussian)
export(convert_bbox)
export(convert_bbox_to_coordinates)
export(convert_bbox_to_polygon)
export(convolute_segmented_network)
export(create_bbox)
export(create_coordinates)
export(create_durations)
export(create_graph)
export(create_line_graph)
export(create_linestring)
export(create_points)
export(create_polygon)
export(create_road_network)
export(create_segmented_network)
export(create_spatiotemporal_events)
export(create_spatiotemporal_network)
export(decompose_linestring)
export(extract_road_endpoints)
export(extract_road_intersections)
export(extract_road_network_links)
export(extract_road_network_nodes)
export(extract_segmented_network_links)
export(extract_segmented_network_nodes)
export(fetch_roads)
export(filter_and_cast_geometries)
export(filter_points_within_tolerance)
export(find_duration)
export(generate_ids)
export(get_connected_links)
export(get_linestrings)
export(get_points)
export(get_polygons)
export(remove_points_near_endpoints)
export(sample_points_along_linestring)
export(set_events)
export(split_linestring)
export(transform_coordinates)
export(transform_to_cartesian)
export(transform_to_geographic)
importFrom(grDevices,heat.colors)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,segments)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_edgelist)
importFrom(igraph,degree)
importFrom(igraph,distances)
importFrom(igraph,ends)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,is_directed)
importFrom(igraph,make_line_graph)
importFrom(igraph,shortest_paths)
importFrom(lubridate,"%within%")
importFrom(lubridate,interval)
importFrom(lwgeom,st_endpoint)
importFrom(lwgeom,st_split)
importFrom(lwgeom,st_startpoint)
importFrom(osmdata,add_osm_feature)
importFrom(osmdata,opq)
importFrom(osmdata,osmdata_sf)
importFrom(sf,st_agr)
importFrom(sf,st_as_sf)
importFrom(sf,st_boundary)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_collection_extract)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_equals)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_is_empty)
importFrom(sf,st_length)
importFrom(sf,st_line_sample)
importFrom(sf,st_linestring)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_reverse)
importFrom(sf,st_set_agr)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(utils,head)
importFrom(utils,tail)