-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
43 lines (33 loc) · 1.27 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
useDynLib(sfreemap)
#exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
export(sfreemap
, read_tips
, map_posterior_distribution
, plot_distribution_chart
, plot_distribution_tree
, pruning
, correlation
, plot.correlation
, reorder.sfreemap
, rescale
, describe.sfreemap
)
S3method(reorder, sfreemap)
S3method(summary, sfreemap)
S3method(plot, correlation)
S3method(print, correlation)
S3method('+', correlation)
importFrom(stats, reorder)
importFrom(ape, ace, di2multi, is.binary, is.rooted, is.ultrametric
, matexpo, multi2di, nodelabels, plot.phylo, read.tree
, reorder.phylo, write.tree, all.equal.phylo, drop.tip, root)
importFrom(phytools, matchNodes, to.matrix, countSimmap, pbtree, sim.history
, make.simmap, describe.simmap, plotSimmap, nodeHeights)
importFrom(parallel, mclapply, detectCores, makeCluster, parApply, stopCluster)
importFrom(reshape2, melt)
importFrom(ggplot2, ggplot, scale_alpha_discrete, scale_fill_discrete, aes
, geom_bar, ggtitle, theme, element_text, xlab, ylab
, scale_x_continuous, aes_string, geom_histogram)
importFrom(seqinr, read.fasta)
importFrom(phangorn, phyDat, pml, pml.control, optim.pml)