forked from danielkasonde/CITRUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·79 lines (78 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
export(citrus_pair_plot)
export(k_clusters)
export(model_management)
export(output_table)
export(preprocess)
export(rpart.plot_pretty)
export(segment)
export(tree_abstract)
export(tree_segment)
export(tree_segment_prettify)
export(validate)
importFrom(RColorBrewer,brewer.pal)
importFrom(clustMixType,kproto)
importFrom(clustMixType,lambdaest)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_each)
importFrom(dplyr,summarise_if)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(rlang,.data)
importFrom(rpart,prune)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(rpart.plot,prp)
importFrom(rpart.plot,rpart.plot)
importFrom(rpart.utils,rpart.rules)
importFrom(rpart.utils,rpart.subrules.table)
importFrom(stats,ave)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(treeClust,rpart.predict.leaves)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
importFrom(utils,object.size)