-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
43 lines (42 loc) · 996 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
export(CreateDistMatrix)
export(CreateGrid)
export(huff)
export(isopoly)
export(mcStewart)
export(plotHuff)
export(plotReilly)
export(plotStewart)
export(quickStewart)
export(rasterHuff)
export(rasterReilly)
export(rasterStewart)
export(reilly)
export(smoothy)
export(stewart)
import(raster)
import(sp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(isoband,iso_to_sfg)
importFrom(isoband,isobands)
importFrom(methods,as)
importFrom(methods,is)
importFrom(sf,"st_agr<-")
importFrom(sf,"st_geometry<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_collection_extract)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_is)
importFrom(sf,st_is_longlat)
importFrom(sf,st_make_valid)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)