-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·73 lines (72 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
export(allwidths_lake)
export(area_lake)
export(bathymetry_lake)
export(class_lakes)
export(depthwavebase_lake)
export(diffrasterpts)
export(lakebufferinbv_lake)
export(lengthmax_allpoints_lake)
export(linemax_lake)
export(linemaxpoint_lake)
export(lineperdendicular)
export(meanwidthcalc_lake)
export(ntb_ibml)
export(points_linemax)
export(rasterizeptsbathy)
export(sdi_lake)
export(shoreline_lake)
export(transects_ibml)
export(widthmax_lake)
importFrom(data.table,rbindlist)
importFrom(dplyr,arrange)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,distinct_all)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(gstat,gstat)
importFrom(magrittr,"%>%")
importFrom(mgcv,gam)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap)
importFrom(raster,crs)
importFrom(raster,extract)
importFrom(raster,rasterFromXYZ)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_difference)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_length)
importFrom(sf,st_make_grid)
importFrom(sf,st_make_valid)
importFrom(sf,st_nearest_points)
importFrom(sf,st_segmentize)
importFrom(sf,st_sf)
importFrom(sf,st_zm)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(udunits2,ud.convert)
importFrom(units,set_units)