a b/NAMESPACE
1
# Generated by roxygen2: do not edit by hand
2
3
S3method(filter,cluster.df)
4
S3method(getCluster,UpDown)
5
S3method(getCluster,block.pls)
6
S3method(getCluster,block.spls)
7
S3method(getCluster,cluster.df)
8
S3method(getCluster,mixo_pls)
9
S3method(getCluster,mixo_spls)
10
S3method(getCluster,pca)
11
S3method(getCluster,spca)
12
S3method(getSilhouette,block.pls)
13
S3method(getSilhouette,block.spls)
14
S3method(getSilhouette,mixo_pls)
15
S3method(getSilhouette,mixo_spls)
16
S3method(getSilhouette,pca)
17
S3method(getSilhouette,spca)
18
S3method(plot,ncomp.tune.silhouette)
19
S3method(plot,proportionality)
20
S3method(plot,spca.tune.silhouette)
21
export(getCluster)
22
export(getNcomp)
23
export(getSilhouette)
24
export(getUpDownCluster)
25
export(get_demo_cluster)
26
export(get_demo_silhouette)
27
export(lmms.filter.lines)
28
export(plotLong)
29
export(proportionality)
30
export(remove.low.cv)
31
export(tuneCluster.block.spls)
32
export(tuneCluster.spca)
33
export(tuneCluster.spls)
34
export(unscale)
35
import(ggplot2)
36
import(mixOmics)
37
importFrom(checkmate,check_number)
38
importFrom(dplyr,case_when)
39
importFrom(dplyr,filter)
40
importFrom(dplyr,group_by)
41
importFrom(dplyr,left_join)
42
importFrom(dplyr,mutate)
43
importFrom(dplyr,n)
44
importFrom(dplyr,pull)
45
importFrom(dplyr,rename)
46
importFrom(dplyr,right_join)
47
importFrom(dplyr,select)
48
importFrom(dplyr,summarise)
49
importFrom(dplyr,top_n)
50
importFrom(ggrepel,geom_label_repel)
51
importFrom(lmtest,bptest)
52
importFrom(magrittr,"%>%")
53
importFrom(mixOmics,color.mixo)
54
importFrom(plyr,mapvalues)
55
importFrom(purrr,imap)
56
importFrom(purrr,imap_dfr)
57
importFrom(purrr,is_scalar_vector)
58
importFrom(purrr,map2)
59
importFrom(purrr,map_dbl)
60
importFrom(purrr,map_dfr)
61
importFrom(purrr,set_names)
62
importFrom(stringr,str_remove)
63
importFrom(stringr,str_split)
64
importFrom(tibble,rownames_to_column)
65
importFrom(tidyr,gather)
66
importFrom(tidyr,pivot_longer)