-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
26 lines (25 loc) · 698 Bytes
/
NAMESPACE
File metadata and controls
26 lines (25 loc) · 698 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
# Generated by roxygen2: do not edit by hand
S3method(nethist,dgCMatrix)
S3method(nethist,igraph)
S3method(nethist,matrix)
S3method(plot,nethist)
S3method(summary_plot,nethist)
S3method(violin_netsummary,dgCMatrix)
S3method(violin_netsummary,igraph)
S3method(violin_netsummary,matrix)
export(.prob_mat_from_adj)
export(nethist)
export(summary_plot)
export(violin_netsummary)
import(png)
importFrom(RSpectra,eigs)
importFrom(Rcpp,sourceCpp)
importFrom(ggtext,element_markdown)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(stats,.lm.fit)
importFrom(stats,dist)
importFrom(stats,heatmap)
importFrom(stats,pnorm)
importFrom(utils,write.table)
useDynLib(nethist, .registration = TRUE)