-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
82 lines (81 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
80
81
82
# Generated by roxygen2: do not edit by hand
export(GeomStepribbon)
export(calculateShiftBayesFactor)
export(colFun)
export(combineTraces)
export(densiTreeWithBranchData)
export(dropTip)
export(geom_stepribbon)
export(getMAP)
export(matchNodes)
export(plotAncStatesMAP)
export(plotAncStatesPie)
export(plotDivRates)
export(plotDiversityOBDP)
export(plotFBDTree)
export(plotHiSSE)
export(plotMassExtinctions)
export(plotMuSSE)
export(plotPopSizes)
export(plotPostPredStats)
export(plotTrace)
export(plotTree)
export(posteriorSamplesToParametricPrior)
export(processAncStates)
export(processBranchData)
export(processDivRates)
export(processPopSizes)
export(processPostPredStats)
export(processSSE)
export(readOBDP)
export(readTrace)
export(readTrees)
export(removeBurnin)
export(rerootPhylo)
export(setMRFGlobalScaleHyperpriorNShifts)
export(simulateMRF)
export(summarizeTrace)
importClassesFrom(tidytree,treedata)
importFrom(ape,collapse.singles)
importFrom(ape,ltt.plot.coords)
importFrom(ape,read.tree)
importFrom(ggplot2,GeomRibbon)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,layer)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(scales,colour_ramp)
importFrom(stats,approxfun)
importFrom(stats,density)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,qcauchy)
importFrom(stats,quantile)
importFrom(stats,rcauchy)
importFrom(stats,rnorm)
importFrom(stats,time)
importFrom(stats,weighted.mean)
importFrom(tidyr,pivot_longer)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)