-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
53 lines (52 loc) · 1.29 KB
/
NAMESPACE
File metadata and controls
53 lines (52 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
S3method(as_csparse,Matrix)
S3method(as_csparse,igraph)
S3method(print,vsp_fa)
S3method(screeplot,vsp_fa)
S3method(vsp,Matrix)
S3method(vsp,default)
S3method(vsp,dgCMatrix)
S3method(vsp,igraph)
S3method(vsp,matrix)
S3method(vsp,svd_like)
export("%>%")
export(bff)
export(bind_svd_u)
export(bind_svd_v)
export(bind_varimax_y)
export(bind_varimax_z)
export(cumulative_participation)
export(get_svd_u)
export(get_svd_v)
export(get_varimax_y)
export(get_varimax_z)
export(get_y_hubs)
export(get_z_hubs)
export(ipr)
export(iprs)
export(localization_statistics)
export(plot_cumulative_curves)
export(plot_ipr_curves)
export(plot_ipr_pairs)
export(plot_mixing_matrix)
export(plot_svd_u)
export(plot_svd_v)
export(plot_varimax_y_pairs)
export(plot_varimax_z_pairs)
export(set_y_factor_names)
export(set_z_factor_names)
export(vsp)
import(LRMF3)
import(Matrix)
import(ggplot2)
importFrom(LRMF3,dim_and_class)
importFrom(RSpectra,svds)
importFrom(glue,glue)
importFrom(invertiforms,DoubleCenter)
importFrom(invertiforms,RegularizedLaplacian)
importFrom(invertiforms,inverse_transform)
importFrom(invertiforms,transform)
importFrom(magrittr,"%>%")
importFrom(stats,screeplot)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)