-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
25 lines (24 loc) · 656 Bytes
/
NAMESPACE
File metadata and controls
25 lines (24 loc) · 656 Bytes
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
# Generated by roxygen2: do not edit by hand
export(balassa_index)
export(complexity_measures)
export(complexity_outlook)
export(density)
export(distance)
export(productivity_levels)
export(projections)
export(proximity)
export(rca)
importFrom(Rdpack,reprompt)
importFrom(igraph,"E<-")
importFrom(igraph,E)
importFrom(igraph,degree)
importFrom(igraph,delete_edge_attr)
importFrom(igraph,delete_edges)
importFrom(igraph,difference)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,mst)
importFrom(igraph,union)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,setNames)
useDynLib(economiccomplexity, .registration = TRUE)