-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
53 lines (52 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(nsink_build)
export(nsink_calc_removal)
export(nsink_generate_flowpath)
export(nsink_generate_static_maps)
export(nsink_get_data)
export(nsink_get_huc_id)
export(nsink_load)
export(nsink_plot)
export(nsink_prep_data)
export(nsink_summarize_flowpath)
import(dplyr)
import(furrr)
import(future)
import(sf)
importFrom(dplyr,filter)
importFrom(dplyr,group_indices)
importFrom(dplyr,near)
importFrom(dplyr,tibble)
importFrom(fasterize,fasterize)
importFrom(igraph,edge_attr)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,shortest_paths)
importFrom(lwgeom,st_split)
importFrom(methods,as)
importFrom(raster,extract)
importFrom(raster,merge)
importFrom(raster,plot)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,rasterize)
importFrom(raster,readAll)
importFrom(rlang,.data)
importFrom(sf,st_area)
importFrom(sf,st_collection_extract)
importFrom(sf,st_crs)
importFrom(sf,st_intersects)
importFrom(sf,st_read)
importFrom(sf,st_sample)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_snap)
importFrom(stars,st_as_stars)
importFrom(stars,st_rasterize)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(zoo,rollmax)