-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
145 lines (144 loc) · 4.1 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Generated by roxygen2: do not edit by hand
S3method(accumulate_downstream,data.frame)
S3method(accumulate_downstream,hy)
S3method(add_divergence,data.frame)
S3method(add_divergence,hy)
S3method(add_levelpaths,data.frame)
S3method(add_levelpaths,hy)
S3method(add_pathlength,data.frame)
S3method(add_pathlength,hy)
S3method(add_pfafstetter,data.frame)
S3method(add_pfafstetter,hy)
S3method(add_return_divergence,data.frame)
S3method(add_return_divergence,hy)
S3method(add_streamlevel,data.frame)
S3method(add_streamlevel,hy)
S3method(add_streamorder,data.frame)
S3method(add_streamorder,hy)
S3method(add_toids,data.frame)
S3method(add_toids,hy)
S3method(add_topo_sort,data.frame)
S3method(add_topo_sort,hy)
S3method(index_points_to_lines,data.frame)
S3method(index_points_to_lines,hy)
S3method(make_attribute_topology,data.frame)
S3method(make_attribute_topology,hy)
S3method(make_index_ids,data.frame)
S3method(make_index_ids,hy)
S3method(make_node_topology,data.frame)
S3method(make_node_topology,hy)
S3method(navigate_hydro_network,data.frame)
S3method(navigate_hydro_network,hy)
S3method(print,hydroloom_names)
S3method(sort_network,data.frame)
S3method(sort_network,hy)
export(accumulate_downstream)
export(add_divergence)
export(add_levelpaths)
export(add_pathlength)
export(add_pfafstetter)
export(add_return_divergence)
export(add_streamlevel)
export(add_streamorder)
export(add_toids)
export(add_topo_sort)
export(align_names)
export(check_hy_graph)
export(disambiguate_indexes)
export(fix_flowdir)
export(format_index_ids)
export(get_hydro_location)
export(get_node)
export(get_partial_length)
export(hy)
export(hy_reverse)
export(hydroloom_name_definitions)
export(hydroloom_names)
export(index_points_to_lines)
export(index_points_to_waterbodies)
export(is.hy)
export(make_attribute_topology)
export(make_fromids)
export(make_index_ids)
export(make_node_topology)
export(navigate_connected_paths)
export(navigate_hydro_network)
export(navigate_network_dfs)
export(rename_geometry)
export(rescale_measures)
export(sort_network)
export(st_compatibalize)
export(to_flownetwork)
importFrom(RANN,nn2)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,setnames)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(fastmap,fastqueue)
importFrom(fastmap,faststack)
importFrom(methods,as)
importFrom(pbapply,pbapply)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(pbapply,pbsapply)
importFrom(rlang,":=")
importFrom(sf,"st_geometry<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersects)
importFrom(sf,st_is_longlat)
importFrom(sf,st_join)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_reverse)
importFrom(sf,st_segmentize)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_zm)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,adist)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)