-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.01 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.01 KB
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
# Generated by roxygen2: do not edit by hand
export(burn_in)
export(check_running)
export(clear_mask)
export(compute_iFLO_weights)
export(compute_iFLS_weights)
export(compute_metrics)
export(compute_metrics_precomputed)
export(convert_to_integer)
export(coord_to_raster)
export(derive_flow)
export(derive_streams)
export(fill_sinks)
export(get_distance)
export(get_flow_length)
export(get_watersheds)
export(install_extensions)
export(plot_GRASS)
export(point_to_raster)
export(rast_calc)
export(raster_to_mapset)
export(rasterise_stream)
export(reclassify_streams)
export(retrieve_raster)
export(retrieve_vector)
export(search_for_grass)
export(set_envir)
export(set_mask)
export(silence)
export(snap_sites)
export(toggle_silence)
export(vector_to_mapset)
export(vibe_check)
import(rgrass)
importFrom(methods,is)
importFrom(sf,read_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_drop_geometry)
importFrom(sf,write_sf)
importFrom(stars,read_stars)
importFrom(stringr,str_split)
importFrom(utils,read.csv)
importFrom(utils,write.csv)