-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
61 lines (60 loc) · 2.02 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
S3method("+",networkLite)
S3method("-",networkLite)
S3method("[<-",networkLite)
S3method(add.edges,networkLite)
S3method(add.vertices,networkLite)
S3method(as.edgelist,networkLite)
S3method(as.matrix,networkLite)
S3method(as.matrix,networkLite.adjacency)
S3method(as.matrix,networkLite.edgelist)
S3method(as.matrix,networkLite.incidence)
S3method(as.network,networkLite)
S3method(as.networkLite,network)
S3method(as.networkLite,networkLite)
S3method(as_tibble,networkLite)
S3method(atomize,networkLite)
S3method(atomize,tbl_df)
S3method(delete.edge.attribute,networkLite)
S3method(delete.edges,networkLite)
S3method(delete.network.attribute,networkLite)
S3method(delete.vertex.attribute,networkLite)
S3method(delete.vertices,networkLite)
S3method(get.edge.attribute,networkLite)
S3method(get.edge.value,networkLite)
S3method(get.inducedSubgraph,networkLite)
S3method(get.network.attribute,networkLite)
S3method(get.vertex.attribute,networkLite)
S3method(is.na,networkLite)
S3method(list.edge.attributes,networkLite)
S3method(list.network.attributes,networkLite)
S3method(list.vertex.attributes,networkLite)
S3method(mixingmatrix,networkLite)
S3method(network.edgecount,networkLite)
S3method(network.naedgecount,networkLite)
S3method(networkLite,edgelist)
S3method(networkLite,matrix)
S3method(networkLite,numeric)
S3method(permute.vertexIDs,networkLite)
S3method(print,networkLite)
S3method(set.edge.attribute,networkLite)
S3method(set.edge.value,networkLite)
S3method(set.network.attribute,networkLite)
S3method(set.vertex.attribute,networkLite)
S3method(valid.eids,networkLite)
export(as.networkLite)
export(atomize)
export(networkLite)
export(networkLite_initialize)
export(to_network_networkLite)
import(network)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(statnet.common,NVL)
importFrom(statnet.common,NVL2)
importFrom(statnet.common,attr)
importFrom(statnet.common,modify_in_place)
importFrom(stats,na.omit)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)