-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
69 lines (68 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method(barplot,phylo4d)
S3method(dotplot,phylo4d)
S3method(gridplot,phylo4d)
S3method(plot,graphclust)
S3method(plot,phylocorrelogram)
S3method(plot,phylosim)
S3method(plot,phylosimsignal)
S3method(print,graphclust)
S3method(print,phylosimsignal)
export(dotplot)
export(evenColors)
export(focusStop)
export(focusTips)
export(focusTraits)
export(focusTree)
export(graphClust)
export(gridplot)
export(lipaMoran)
export(multiplot.phylo4d)
export(phyloCorrelogram)
export(phyloSignal)
export(phyloSignalBS)
export(phyloSignalINT)
export(phyloSim)
export(phyloSimSignal)
export(phyloWeights)
export(read.p4d)
exportPattern("^[[:alpha:]]+")
import(DBI)
import(grDevices)
import(graphics)
import(methods)
import(stats)
import(utils)
importFrom(Rcpp,evalCpp)
importFrom(adephylo,distTips)
importFrom(adephylo,proxTips)
importFrom(ape,.PlotPhyloEnv)
importFrom(ape,extract.clade)
importFrom(ape,ladderize)
importFrom(ape,node.depth.edgelength)
importFrom(ape,node.height)
importFrom(ape,plot.phylo)
importFrom(ape,rTraitCont)
importFrom(ape,read.nexus)
importFrom(ape,read.tree)
importFrom(ape,unrooted.xy)
importFrom(ape,vcv.phylo)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(igraph,V)
importFrom(igraph,clusters)
importFrom(igraph,decompose.graph)
importFrom(igraph,degree)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph.density)
importFrom(igraph,plot.igraph)
importFrom(phylobase,"nodeData<-")
importFrom(phylobase,extractTree)
importFrom(phylobase,nNodes)
importFrom(phylobase,nTips)
importFrom(phylobase,nodeData)
importFrom(phylobase,phylo4d)
importFrom(phylobase,tdata)
importFrom(phylobase,tipData)
importFrom(phylobase,tipLabels)
useDynLib(phylosignal)