-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
37 lines (36 loc) · 833 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(philr,TreeSummarizedExperiment)
S3method(philr,array)
S3method(philr,data.frame)
S3method(philr,default)
S3method(philr,matrix)
S3method(philr,numeric)
S3method(philr,phyloseq)
export(annotate_balance)
export(buildilrBasep)
export(calculate.blw)
export(clrp)
export(clrpInv)
export(convert_to_long)
export(ilrp)
export(ilrpInv)
export(mean_dist_to_tips)
export(miniclo)
export(name.balance)
export(name.to.nn)
export(named_rtree)
export(nn.to.name)
export(philr)
export(philrInv)
export(phylo2sbp)
export(shiftp)
export(shiftpInv)
importFrom(ape,makeNodeLabel)
importFrom(ape,rtree)
importFrom(ggplot2,annotate)
importFrom(ggtree,get_clade_position)
importFrom(ggtree,ggtree)
importFrom(methods,as)
importFrom(methods,is)
importFrom(phangorn,Children)
importFrom(tidyr,gather_)