-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(coef,SBM)
S3method(fitted,SBM)
S3method(plot,SBM)
S3method(predict,SBM)
export("%>%")
export(BipartiteSBM)
export(BipartiteSBM_fit)
export(MultipartiteSBM)
export(MultipartiteSBM_fit)
export(MultiplexSBM_fit)
export(SimpleSBM)
export(SimpleSBM_fit)
export(defineSBM)
export(estimateBipartiteSBM)
export(estimateMultipartiteSBM)
export(estimateMultiplexSBM)
export(estimateSimpleSBM)
export(is_SBM)
export(plotAlluvial)
export(plotMyMatrix)
export(plotMyMultipartiteMatrix)
export(plotMyMultiplexMatrix)
export(sampleBipartiteSBM)
export(sampleMultipartiteSBM)
export(sampleMultiplexSBM)
export(sampleSimpleSBM)
import(GREMLINS)
import(R6)
import(blockmodels)
import(dplyr)
import(ggplot2)
import(purrr)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(prodlim,row.match)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,fitted)
importFrom(stats,predict)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stringr,str_detect)
importFrom(utils,head)
useDynLib(sbm, .registration = TRUE)