-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
59 lines (58 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
S3method("[",gofN)
S3method(as_tibble,combined_networks)
S3method(generics::augment, gofN)
S3method(ggplot2::autoplot, gofN)
S3method(plot,gofN)
S3method(print,combined_networks)
S3method(print,summary.combined_networks)
S3method(split,network)
S3method(summary,combined_networks)
S3method(summary,gofN)
S3method(toString,ergm_LayerLogic)
S3method(to_ergm_Cdouble,ergm_LayerLogic)
export(Layer)
export(Networks)
export(combine_ergmlhs)
export(combine_networks)
export(control.gofN)
export(control.gofN.ergm)
export(ergm.multi_combiner)
export(ergm_LayerLogic)
export(ergm_block_diag_samp_info)
export(gofN)
export(lm.gofN)
export(marg_cond_sim)
export(network_view)
export(snctrl)
export(subnetwork_templates)
export(uncombine_network)
import(ergm)
import(network)
import(purrr)
import(rle)
import(statnet.common)
import(stats)
import(tibble)
importFrom(Rdpack,reprompt)
importFrom(glue,glue)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,panel.smooth)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(parallel,clusterCall)
importFrom(rlang,abort)
importFrom(statnet.common,ERRVL)
importFrom(statnet.common,eval_lhs.formula)
importFrom(statnet.common,statnetStartupMessage)
importFrom(tibble,lst)
importFrom(utils,modifyList)
useDynLib(ergm.multi)