-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.44 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
S3method("$",scanList)
S3method("[",scanList)
S3method(add_scans,empirical)
S3method(add_scans,sLlist)
S3method(add_scans,scanList)
S3method(count_NA,empirical)
S3method(count_NA,sLlist)
S3method(count_NA,scanList)
S3method(count_nonNA,empirical)
S3method(count_nonNA,sLlist)
S3method(count_nonNA,scanList)
S3method(print,edgeProb)
S3method(print,edgeProbMat)
S3method(print,expDesign)
S3method(print,igraphSN)
S3method(print,matList)
S3method(print,scaled)
S3method(print,scanList)
S3method(print,weightedAdj)
S3method(rbind,scanList)
S3method(remove_mostCentral,sLlist)
S3method(remove_mostCentral,scanList)
S3method(remove_mostPeripheral,sLlist)
S3method(remove_mostPeripheral,scanList)
S3method(scale_scans,empirical)
S3method(scale_scans,sLlist)
S3method(scale_scans,scanList)
S3method(scale_scans,weightedAdj)
S3method(sum_scans,empirical)
S3method(sum_scans,sLlist)
S3method(sum_scans,scanList)
S3method(t,scanList)
export("%>%")
export("attrs<-")
export("non.diagonal<-")
export(add_scans)
export(apply_mode)
export(array2matList)
export(asnr_network_df)
export(attrs)
export(convert_to_igraph)
export(copy_attrs_to)
export(count_NA)
export(count_nonNA)
export(design_exp)
export(design_sampling)
export(determine_Adj.subfun)
export(determine_obsProb)
export(determine_sampling_type)
export(diagonal)
export(draw_edgeProb)
export(draw_focalList)
export(focal_sample)
export(generate_edgeProb)
export(generate_empiscanList)
export(generate_scanList)
export(get_attrs)
export(group_sample)
export(igraph2array)
export(igraph2scanList)
export(import_from_asnr)
export(mask_non.focals)
export(matList2array)
export(matList2scanList)
export(namedList)
export(non.diagonal)
export(perform_exp)
export(quick_sample)
export(reconstruct_edgeProb)
export(remove_mostCentral)
export(remove_mostPeripheral)
export(resolve_NA)
export(sLapply)
export(sLlapply)
export(sLvapply)
export(scale_scans)
export(scanList2igraph)
export(scanList2matList)
export(simunet)
export(sum_scans)
export(weightedAdj2scanList)
importFrom(Matrix,printSpMatrix)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(igraph,get.adjacency)
importFrom(igraph,graph.adjacency)
importFrom(igraph,read_graph)
importFrom(igraph,vertex_attr)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(purrr,compose)
importFrom(scales,rescale_max)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,setNames)