-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.23 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
# Generated by roxygen2: do not edit by hand
export(ca_server)
export(ca_ui)
export(chi2_server)
export(chi2_ui)
export(coda_outliers_server)
export(coda_outliers_ui)
export(coda_plot_server)
export(coda_plot_ui)
export(coda_server)
export(coda_summary_server)
export(coda_summary_ui)
export(coda_ui)
export(count_server)
export(footer_server)
export(footer_ui)
export(get_config)
export(get_option)
export(header_server)
export(header_ui)
export(home_server)
export(home_ui)
export(import_server)
export(import_ui)
export(logratio_server)
export(logratio_ui)
export(multivariate_server)
export(multivariate_ui)
export(pca_server)
export(pca_ui)
export(prepare_server)
export(prepare_ui)
export(run_app)
export(seriate_server)
export(seriate_ui)
export(ternary_server)
export(ternary_ui)
import(bslib)
import(nexus)
import(shiny)
importFrom(arkhe,"%||%")
importFrom(arkhe,assign_rownames)
importFrom(arkhe,clean_whitespace)
importFrom(arkhe,detect)
importFrom(arkhe,discard)
importFrom(arkhe,get_columns)
importFrom(arkhe,keep_columns)
importFrom(arkhe,remove_NA)
importFrom(arkhe,remove_constant)
importFrom(arkhe,remove_zero)
importFrom(arkhe,replace_NA)
importFrom(arkhe,replace_zero)
importFrom(arkhe,seek_columns)
importFrom(arkhe,seek_rows)
importFrom(arkhe,sparsity)
importFrom(dimensio,ca)
importFrom(dimensio,export)
importFrom(dimensio,get_eigenvalues)
importFrom(dimensio,pca)
importFrom(dimensio,screeplot)
importFrom(dimensio,summary)
importFrom(dimensio,viz_confidence)
importFrom(dimensio,viz_contributions)
importFrom(dimensio,viz_hull)
importFrom(dimensio,viz_rows)
importFrom(dimensio,viz_tolerance)
importFrom(dimensio,viz_variables)
importFrom(isopleuros,coordinates_ternary)
importFrom(isopleuros,ternary_confidence)
importFrom(isopleuros,ternary_density)
importFrom(isopleuros,ternary_grid)
importFrom(isopleuros,ternary_hull)
importFrom(isopleuros,ternary_plot)
importFrom(isopleuros,ternary_points)
importFrom(isopleuros,ternary_tolerance)
importFrom(kairos,as_seriation)
importFrom(kairos,assess)
importFrom(kairos,permute)
importFrom(khroma,color)
importFrom(khroma,info)
importFrom(khroma,palette_color_continuous)
importFrom(khroma,palette_color_discrete)
importFrom(khroma,palette_shape)
importFrom(tabula,plot_ford)
importFrom(tabula,plot_heatmap)