-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.11 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
# Generated by roxygen2: do not edit by hand
S3method(plot,pc)
S3method(print,interaction_model)
S3method(print,pc)
S3method(summary,interaction_model)
export(.make_interaction_model_completion)
export(add_bipartite_summaries)
export(add_graph_summaries)
export(bff)
export(core)
export(diagnose)
export(get_Matrix)
export(glaplacian)
export(localization)
export(make_interaction_model)
export(make_interaction_model_from_variables)
export(old_make_interaction_model)
export(pca)
export(pca_count)
export(pca_na)
export(pca_sum)
export(pca_text)
export(pick_dim)
export(rotate)
export(select_universe)
export(streaks)
export(subset_im)
export(top)
import(dplyr)
importFrom(Matrix,crossprod)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,top_n)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(igraph,V)
importFrom(igraph,components)
importFrom(igraph,coreness)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,page_rank)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,sd)
importFrom(stats,varimax)
importFrom(stringr,str_glue)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tidyselect,starts_with)
importFrom(utils,globalVariables)