-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(boot_networklevel)
export(boot_networklevel_n)
export(boot_networklevel_once)
export(boot_specieslevel)
export(boot_specieslevel_n)
export(boot_specieslevel_once)
export(get_stats_multi)
export(get_stats_single)
export(gg_networklevel)
export(gg_specieslevel_compare_webs)
export(gg_specieslevel_web_by_web)
export(web_matrix_to_df)
import(data.table)
import(ggplot2)
importFrom(bipartite,networklevel)
importFrom(bipartite,specieslevel)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,sample_frac)
importFrom(dplyr,slice)
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(purrr,reduce)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)