-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 1.84 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 1.84 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
export(E)
export(FF)
export(FF.binary.both)
export(FF.binary.management)
export(FF.binary.ownership)
export(FF.graph)
export(FF.graph.custom)
export(FF.naive.both)
export(FF.naive.management)
export(FF.naive.ownership)
export(FF.net)
export(FF.net.custom)
export(FF.norm.both)
export(FF.norm.management)
export(FF.norm.ownership)
export(FM)
export(FO.binary)
export(FO.naive)
export(FO.norm)
export(V)
export(as.firm)
export(cfa)
export(ecount)
export(edgecount)
export(fiedler)
export(find.firm)
export(find.firms)
export(find.people)
export(gorder)
export(gsize)
export(network.efficiency)
export(network.size)
export(plot_igraph)
export(plot_network)
export(query.firm)
export(query.firms)
export(query.firms.dataframe)
export(register.firm)
export(vcount)
export(vertex.names)
exportClasses(igraph_financial)
exportClasses(network_financial)
exportMethods(E)
exportMethods(V)
exportMethods(as.firm)
exportMethods(colnames)
exportMethods(duplicated)
exportMethods(ecount)
exportMethods(edgecount)
exportMethods(gorder)
exportMethods(gsize)
exportMethods(isSymmetric)
exportMethods(ncol)
exportMethods(network.size)
exportMethods(nrow)
exportMethods(plot_igraph)
exportMethods(plot_network)
exportMethods(print)
exportMethods(rownames)
exportMethods(subset)
exportMethods(summary)
exportMethods(unique)
exportMethods(vcount)
exportMethods(vertex.names)
import(Matrix)
import(Rcpp)
import(grDevices)
import(methods)
importClassesFrom(Matrix,Matrix)
importClassesFrom(Matrix,compMatrix)
importClassesFrom(Matrix,denseMatrix)
importClassesFrom(Matrix,generalMatrix)
importClassesFrom(Matrix,sparseMatrix)
importClassesFrom(Matrix,triangularMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,grey.colors)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
useDynLib(FinNet)
useDynLib(FinNet, .registration = TRUE)