-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.58 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
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
S3method("[",HierarchicalSet)
S3method("[[",HierarchicalSet)
S3method(cluster_members,HierarchicalSet)
S3method(cluster_sizes,HierarchicalSet)
S3method(clusters,HierarchicalSet)
S3method(element_names,HierarchicalSet)
S3method(format_sets,Matrix)
S3method(format_sets,data.frame)
S3method(format_sets,list)
S3method(format_sets,matrix)
S3method(length,HierarchicalSet)
S3method(n_clusters,HierarchicalSet)
S3method(n_elements,HierarchicalSet)
S3method(n_sets,HierarchicalSet)
S3method(plot,HierarchicalSet)
S3method(print,HierarchicalSet)
S3method(set_membership,HierarchicalSet)
S3method(set_names,HierarchicalSet)
S3method(set_sizes,HierarchicalSet)
S3method(sets,HierarchicalSet)
export(cluster_members)
export(cluster_sizes)
export(clusters)
export(create_hierarchy)
export(element_names)
export(format_sets)
export(n_clusters)
export(n_elements)
export(n_sets)
export(outlier_hierarchy)
export(outlying_elements)
export(plot_outlier_distribution)
export(power_trans)
export(set_membership)
export(set_names)
export(set_sizes)
export(sets)
import(ggplot2)
importFrom(MASS,fractions)
importFrom(Matrix,Matrix)
importFrom(Matrix,rowSums)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,axisTicks)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,grobName)
importFrom(grid,grobTree)
importFrom(grid,nullGrob)
importFrom(grid,rectGrob)
importFrom(grid,unit.c)
importFrom(gtable,gtable)
importFrom(gtable,gtable_add_cols)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_rows)
importFrom(gtable,gtable_width)
importFrom(methods,as)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(scales,as.trans)
importFrom(scales,asn_trans)
importFrom(scales,atanh_trans)
importFrom(scales,boxcox_trans)
importFrom(scales,date_trans)
importFrom(scales,exp_trans)
importFrom(scales,extended_breaks)
importFrom(scales,format_format)
importFrom(scales,identity_trans)
importFrom(scales,log10_trans)
importFrom(scales,log1p_trans)
importFrom(scales,log2_trans)
importFrom(scales,log_trans)
importFrom(scales,logit_trans)
importFrom(scales,probability_trans)
importFrom(scales,probit_trans)
importFrom(scales,reciprocal_trans)
importFrom(scales,reverse_trans)
importFrom(scales,sqrt_trans)
importFrom(scales,time_trans)
importFrom(scales,trans_new)
importFrom(stats,dendrapply)
importFrom(stats,is.leaf)
importFrom(stats,quantile)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(viridis,viridis)
useDynLib(hierarchicalSets, .registration = TRUE)