-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
87 lines (86 loc) · 2.51 KB
/
Copy pathNAMESPACE
File metadata and controls
87 lines (86 loc) · 2.51 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[","MultiFactor::LinkMap")
S3method("[<-","MultiFactor::MultiFactor")
S3method("[[<-","MultiFactor::MultiFactor")
S3method("levels<-","MultiFactor::LinkMap")
S3method("levels<-","MultiFactor::MultiFactor")
S3method(as.data.frame,"MultiFactor::LinkMap")
S3method(as.igraph,"MultiFactor::LinkMap")
S3method(as.igraph,"MultiFactor::MultiFactor")
S3method(as.matrix,"MultiFactor::LinkMap")
S3method(augment,"MultiFactor::MultiFactor")
S3method(c,"MultiFactor::MultiFactor")
S3method(stack,"MultiFactor::MultiFactor")
S3method(subset,"MultiFactor::LinkMap")
S3method(subset,"MultiFactor::MultiFactor")
S3method(terms,"MultiFactor::factor_path")
S3method(unique,"MultiFactor::LinkMap")
export(LinkMap)
export(MultiFactor)
export(as.LinkMap)
export(as.MultiFactor)
export(draw_cards)
export(factor_path)
export(mf_as_graph_df)
export(nlevels)
export(poker_scores)
export(randomLinkMap)
export(randomMultiFactor)
export(read_adjacency_list)
export(select_path)
export(test_enrichment)
export(trade_posts)
export(weave)
export(weave_apply)
export(weave_coverage)
export(weave_to_tbl)
if (getRversion() < "4.3.0") importFrom("S7", "@")
import(S7)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Matrix,which)
importFrom(S7,"S7_data<-")
importFrom(S7,"prop<-")
importFrom(S7,S7_data)
importFrom(S7,S7_dispatch)
importFrom(S7,S7_inherits)
importFrom(S7,class_character)
importFrom(S7,new_class)
importFrom(S7,new_generic)
importFrom(S7,new_object)
importFrom(S7,new_property)
importFrom(forcats,as_factor)
importFrom(forcats,lvls_expand)
importFrom(forcats,lvls_union)
importFrom(generics,augment)
importFrom(igraph,"edge_attr<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,all_shortest_paths)
importFrom(igraph,as.igraph)
importFrom(igraph,as_edgelist)
importFrom(igraph,as_ids)
importFrom(igraph,graph_from_biadjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,sample_gnm)
importFrom(igraph,shortest_paths)
importFrom(rlang,as_label)
importFrom(rlang,check_dots_empty0)
importFrom(rlang,dots_list)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,is_missing)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stats,reformulate)
importFrom(stats,terms)
importFrom(utils,count.fields)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,stack)
importMethodsFrom(Matrix,"%&%")