forked from thijsjanzen/treestats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.38 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
export(ILnumber)
export(area_per_pair)
export(average_leaf_depth)
export(avg_ladder)
export(b1)
export(b2)
export(beta_statistic)
export(blum)
export(branching_times)
export(calc_all_stats)
export(calc_balance_stats)
export(calc_brts_stats)
export(cherries)
export(colless)
export(crown_age)
export(diameter)
export(eigen_vector)
export(entropy_j)
export(ew_colless)
export(gamma_statistic)
export(imbalance_steps)
export(j_one)
export(l_to_phylo)
export(laplacian_spectrum)
export(list_statistics)
export(ltable_to_newick)
export(make_unbalanced_tree)
export(max_betweenness)
export(max_closeness)
export(max_del_width)
export(max_depth)
export(max_ladder)
export(max_width)
export(mean_branch_length)
export(mean_branch_length_ext)
export(mean_branch_length_int)
export(mean_i)
export(mean_pair_dist)
export(mntd)
export(nLTT)
export(nLTT_base)
export(number_of_lineages)
export(phylo_to_l)
export(phylogenetic_diversity)
export(pigot_rho)
export(pitchforks)
export(prep_lapl_spec)
export(psv)
export(rebase_ltable)
export(rogers)
export(rquartet)
export(sackin)
export(stairs)
export(stairs2)
export(sym_nodes)
export(tot_coph)
export(tree_height)
export(treeness)
export(var_branch_length)
export(var_branch_length_ext)
export(var_branch_length_int)
export(var_leaf_depth)
export(var_pair_dist)
export(wiener)
import(Rcpp)
import(nloptr)
useDynLib(treestats)