-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
43 lines (42 loc) · 1019 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,lakeMorpho)
export(calcLakeMetrics)
export(lakeFetch)
export(lakeMajorAxisLength)
export(lakeMaxDepth)
export(lakeMaxLength)
export(lakeMaxWidth)
export(lakeMeanDepth)
export(lakeMeanWidth)
export(lakeMinorAxisLength)
export(lakeMinorMajorRatio)
export(lakeMorphoClass)
export(lakeShorelineDevelopment)
export(lakeShorelineLength)
export(lakeSurfaceArea)
export(lakeSurroundTopo)
export(lakeVolume)
import(geosphere)
import(grDevices)
import(methods)
import(raster)
import(sp)
importFrom(cluster,ellipsoidhull)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_length)
importFrom(sf,st_linestring)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_within)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,var)