forked from DeveauP/QuantumClone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
export(Compute_NMI)
export(FlashQC)
export(NMI_cutree)
export(One_step_clustering)
export(Precision_Recall)
export(Probability.to.belong.to.clone)
export(QuantumCat)
export(QuantumClone)
export(Tree_generation)
export(evolution_plot)
export(grbase)
export(grzero)
export(list_prod)
export(manual_plot_trees)
export(multiplot_trees)
export(plot_QC_out)
export(plot_with_margins_densities)
import(DEoptim)
import(compiler)
import(foreach)
import(optimx)
importFrom(NbClust,NbClust)
importFrom(doParallel,registerDoParallel)
importFrom(fpc,pamk)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(gridExtra,grid.arrange)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,aggregate)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,dbinom)
importFrom(stats,frequency)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,tail)
importFrom(utils,write.table)