-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
65 lines (64 loc) · 1.46 KB
/
NAMESPACE
File metadata and controls
65 lines (64 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method("-",popgraph)
export(as.popgraph)
export(asymmetric_popgraph)
export(asymmetric_weights)
export(centroid_distance)
export(centroid_variance)
export(congruence_topology)
export(decorate_graph)
export(edge_contortion)
export(for_leaflet)
export(geom_edgelabels)
export(geom_edgeset)
export(geom_nodeset)
export(overlay_popgraph)
export(permute_popgraph)
export(popgraph)
export(randomize_graph)
export(read_popgraph)
export(shannon_entropy)
export(test_congruence)
export(to_SpatialLines)
export(to_SpatialPoints)
export(to_data.frame)
export(to_df)
export(to_geojson)
export(to_html)
export(to_json)
export(to_kml)
export(to_matrix)
export(to_pgraph)
export(to_sf)
export(write_popgraph)
import(Matrix)
import(ggplot2)
import(igraph)
import(sampling)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(igraph,V)
importFrom(igraph,get.data.frame)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialPoints)
importFrom(sp,bbox)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,prcomp)
importFrom(stats,qchisq)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,read.table)
importFrom(utils,write.csv)