-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
44 lines (43 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
S3method("[<-",networkLite)
S3method(add.edges,networkLite)
S3method(as.edgelist,networkLite)
S3method(as.networkLite,network)
S3method(as.networkLite,networkLite)
S3method(get.network.attribute,networkLite)
S3method(get.vertex.attribute,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(print,networkLite)
S3method(set.network.attribute,networkLite)
S3method(set.vertex.attribute,networkLite)
export(add_vertices)
export(as.networkLite)
export(delete_vertices)
export(get_vertex_attribute)
export(init_tergmLite)
export(networkLite)
export(network_initialize)
export(set_vertex_attribute)
import(ergm)
import(network)
import(tergm)
importFrom(Rcpp,sourceCpp)
importFrom(methods,is)
importFrom(networkDynamic,network.collapse)
importFrom(statnet.common,NVL)
importFrom(statnet.common,append_rhs.formula)
importFrom(statnet.common,check.control.class)
importFrom(statnet.common,nonsimp_update.formula)
importFrom(statnet.common,set.control.class)
importFrom(statnet.common,term.list.formula)
importFrom(statnet.common,trim_env)
importFrom(stats,formula)
importFrom(tibble,as_tibble)
useDynLib(tergmLite)