-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
164 lines (163 loc) · 4.12 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Generated by roxygen2: do not edit by hand
S3method("parLower<-",constrained)
S3method("parLower<-",paleotreeFunc)
S3method("parUpper<-",constrained)
S3method("parUpper<-",paleotreeFunc)
S3method("parbounds<-",constrained)
S3method("parbounds<-",paleotreeFunc)
S3method("parnames<-",constrained)
S3method("parnames<-",paleotreeFunc)
S3method(parInit,constrained)
S3method(parInit,paleotreeFunc)
S3method(parLower,constrained)
S3method(parLower,paleotreeFunc)
S3method(parUpper,constrained)
S3method(parUpper,paleotreeFunc)
S3method(parbounds,constrained)
S3method(parbounds,paleotreeFunc)
S3method(parnames,constrained)
S3method(parnames,paleotreeFunc)
export("parLower<-")
export("parUpper<-")
export("parbounds<-")
export("parnames<-")
export(HurlbertPIE)
export(accioBestAcquisitionModel)
export(accioExhaustionCurve)
export(addTermBranchLength)
export(ancPropStateMat)
export(binTimeData)
export(bin_cal3TimePaleoPhy)
export(bin_timePaleoPhy)
export(bindPaleoTip)
export(branchClasses)
export(cal3TimePaleoPhy)
export(charExhaustPlot)
export(cladogeneticTraitCont)
export(cleanNewPhylo)
export(collapseNodes)
export(compareNodeAges)
export(compareTermBranches)
export(constrainParPaleo)
export(createMrBayesConstraints)
export(createMrBayesTipCalibrations)
export(createMrBayesTipDatingNexus)
export(dateNodes)
export(dateTaxonTreePBDB)
export(deadTree)
export(degradeTree)
export(depthRainbow)
export(divCurveFossilRecordSim)
export(dropExtant)
export(dropExtinct)
export(dropPaleoTip)
export(dropZLB)
export(equation2function)
export(expandTaxonTree)
export(fixRootTime)
export(footeValues)
export(fossilRecord2fossilRanges)
export(fossilRecord2fossilTaxa)
export(fossilTaxa2fossilRecord)
export(fourDate2timeList)
export(freqRat)
export(getCladeTaxaPBDB)
export(getPBDBocc)
export(getSpecificTaxaPBDB)
export(horizonSampRate)
export(makePBDBtaxonTree)
export(make_durationFreqCont)
export(make_durationFreqDisc)
export(make_inverseSurv)
export(minBranchLength)
export(minCharChange)
export(multiDiv)
export(nearestNeighborDist)
export(nodeDates2branchLengths)
export(obtainDatedPosteriorTreesMrB)
export(occData2timeList)
export(optimPaleo)
export(pairwiseSpearmanRho)
export(parInit)
export(parLower)
export(parUpper)
export(parbounds)
export(parentChild2taxonTree)
export(parnames)
export(perCapitaRates)
export(perfectParsCharTree)
export(phyloDiv)
export(plotMultiDiv)
export(plotOccData)
export(plotPhyloPicTree)
export(plotTaxaTreePBDB)
export(plotTraitgram)
export(pqr2Ps)
export(pqsRate2sProb)
export(probAnc)
export(qsProb2Comp)
export(qsRate2Comp)
export(resolveTreeChar)
export(reverseList)
export(rootSplit)
export(sProb2sRate)
export(sRate2sProb)
export(sampleRanges)
export(seqTimeList)
export(setRootAge)
export(setRootAges)
export(simFossilRecord)
export(simTermTaxa)
export(simTermTaxaAdvanced)
export(taxa2cladogram)
export(taxa2phylo)
export(taxicDivCont)
export(taxicDivDisc)
export(taxonSortPBDBocc)
export(taxonTable2taxonTree)
export(testEdgeMat)
export(timeLadderTree)
export(timeList2fourDate)
export(timePaleoPhy)
export(timeSliceFossilRecord)
export(timeSliceTree)
export(tipDatingCompatabilitySummaryMrB)
export(treeContradiction)
export(trueTermTaxaTree)
export(twoWayEcologyCluster)
export(unitLengthTree)
import(ape)
import(stats)
importFrom(RCurl,getURLContent)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.size)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,title)
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
importFrom(phangorn,Ancestors)
importFrom(phangorn,Descendants)
importFrom(phangorn,ancestral.pars)
importFrom(phangorn,maxCladeCred)
importFrom(phangorn,phyDat)
importFrom(phytools,bind.tip)
importFrom(png,readPNG)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,type.convert)