-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 861 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 861 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,swaglm_network)
S3method(predict,swaglm)
S3method(print,swaglm)
S3method(print,swaglm_test)
S3method(summary,swaglm)
export(compute_network)
export(swaglm)
export(swaglm_test)
importFrom(DescTools,Entropy)
importFrom(Rcpp,sourceCpp)
importFrom(fastglm,fastglm)
importFrom(fields,image.plot)
importFrom(gdata,upperTriangle)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete_vertices)
importFrom(igraph,eigen_centrality)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout.circle)
importFrom(plyr,rbind.fill.matrix)
importFrom(progress,progress_bar)
importFrom(scales,rescale)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
useDynLib(swaglm, .registration = TRUE)