forked from fossilsim/fossilsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.35 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
# Generated by roxygen2: do not edit by hand
S3method(as.fossils,default)
S3method(as.taxonomy,default)
S3method(fortify,fbdrange)
S3method(plot,fbdrange)
S3method(plot,fossils)
S3method(plot,taxonomy)
S3method(print,fossils)
S3method(print,taxonomy)
S3method(summary,fossils)
S3method(summary,taxonomy)
export(SAtree)
export(SAtree.from.fossils)
export(as.fossils)
export(as.taxonomy)
export(beast.fbd.format)
export(count.fossils)
export(count.fossils.binned)
export(fbdrange)
export(fossils)
export(fossils.to.BEAST.constraints)
export(fossils.to.BEAST.start.tree)
export(fossils.to.paleotree.record)
export(fossils.to.pyrate)
export(get.tip.descs)
export(get_fbdrange_from_file)
export(is.fossils)
export(is.taxonomy)
export(paleotree.record.to.fossils)
export(place.fossils)
export(prune.fossil.tips)
export(prune.fossils)
export(rangeplot.asymmetric)
export(reconcile.fossils.taxonomy)
export(reconstructed.tree.fossils.objects)
export(remove.stem.fossils)
export(remove.stem.lineages)
export(sampled.tree.from.combined)
export(sim.anagenetic.species)
export(sim.cryptic.species)
export(sim.extant.samples)
export(sim.fbd.age)
export(sim.fbd.rateshift.age)
export(sim.fbd.rateshift.taxa)
export(sim.fbd.taxa)
export(sim.fossils.environment)
export(sim.fossils.intervals)
export(sim.fossils.poisson)
export(sim.gradient)
export(sim.interval.ages)
export(sim.taxonomy)
export(sim.tip.samples)
export(sim.trait.values)
export(species.end)
export(species.start)
export(subsample.fossils.oldest)
export(subsample.fossils.oldest.and.youngest)
export(subsample.fossils.uniform)
export(subsample.fossils.uniform.intervals)
export(subsample.fossils.youngest)
export(taxonomy)
export(tree.max)
importClassesFrom(tidytree,treedata)
importFrom(ggfun,"%<+%")
importFrom(ggplot2,aes)
importFrom(ggplot2,fortify)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,rexp)
importFrom(stats,rlnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(utils,modifyList)