-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.24 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.24 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(PD_decomposition)
export(calc_affiliation_evoreg)
export(calc_age_arrival)
export(calc_ancestral_state)
export(calc_bsm)
export(calc_dispersal_from)
export(calc_ed)
export(calc_evoregions)
export(calc_harmonic_mean)
export(calc_insitu_diversification)
export(calc_insitu_metrics)
export(calc_sbears)
export(calc_spp_association_evoreg)
export(calc_tip_based_trait_evo)
export(comp_ada_nodes_sites)
export(comp_kernel_gravel)
export(find_max_nclust)
export(find_threshold)
export(get_bsm_node_area)
export(get_insert_df)
export(get_node_range_BioGeoBEARS)
export(get_node_site_matrix)
export(get_nodes_info_core)
export(get_region_occ)
export(get_spp_nodes)
export(get_tipranges_to_BioGeoBEARS)
export(insert_nodes)
export(organize_pd_decomp)
export(partition_pd)
export(plot_age_arrival)
export(plot_dispersal_from)
export(plot_evoregions)
export(plot_insitu_diversification)
importFrom(ape,drop.fossil)
importFrom(ape,read.nexus)
importFrom(graphics,hist)
importFrom(here,here)
importFrom(magrittr,"%>%")
importFrom(stats,as.dist)
importFrom(stats,cophenetic)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,write.table)