-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
30 lines (29 loc) · 817 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(boot_dissim)
export(boot_dissim_once)
export(get_abc)
export(get_beta)
export(get_interactions)
export(get_stats_gg)
export(plot_dissim)
export(reshape_net)
export(sample_vectors)
import(ggplot2)
importFrom(data.table,as.data.table)
importFrom(data.table,melt)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,mutate)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(foreach,registerDoSEQ)
importFrom(iterators,iter)
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowQuantiles)
importFrom(methods,is)
importFrom(parallel,makeCluster)
importFrom(parallel,splitIndices)
importFrom(parallel,stopCluster)
importFrom(tibble,rownames_to_column)