-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (39 loc) · 920 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
# Generated by roxygen2: do not edit by hand
export(crop_graph)
export(delete_graph_islands)
export(edges2lines)
export(edges2sl)
export(graph_coloring)
export(graph_from_poly)
export(graph_from_pts)
export(lines2graph)
export(make_opt_color)
export(plot_spatial_graph)
export(poly2graph)
export(raster2graph)
export(spatial_grid)
export(spatial_hexgrid)
export(spatial_quadgrid)
export(spatial_randgrid)
export(spatial_trigrid)
export(split_graph)
export(vertex_within)
export(vertices2sp)
export(vid_2_edge_diff)
import(MapColoring)
import(Matrix)
import(igraph, except = c(knn, union))
import(igraph, except = c(knn, union))
import(raster)
import(rgeos)
import(sp)
import(viridis)
importFrom(class,knn)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(methods,.hasSlot)
importFrom(methods,as)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(stats,dist)
importFrom(stats,na.omit)