-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(h_dotplot)
export(h_process_recon)
export(h_rate_recon)
export(h_ridgelines)
export(h_scatterplot)
export(h_trait_recon)
export(launch_gghisse_app)
export(m_collect_rates)
export(m_diversification_rates)
export(m_dotplot)
export(m_process_recon)
export(m_rate_recon)
export(m_ridgelines)
export(m_scatterplot)
export(m_scatterplot_cp)
export(m_trait_recon)
export(m_trait_recon_cp)
export(m_transition_matrix)
import(dplyr)
import(ggplot2)
import(hisse)
importFrom(ape,branching.times)
importFrom(colorplaner,guide_colorplane)
importFrom(colorplaner,interpolate_projection)
importFrom(colorplaner,scale_color_colorplane)
importFrom(ggridges,geom_density_ridges)
importFrom(ggtree,geom_tiplab)
importFrom(ggtree,geom_tiplab2)
importFrom(ggtree,ggtree)
importFrom(purrr,map)
importFrom(rlang,.data)
importFrom(shiny,tags)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(treeio,as.treedata)
importFrom(viridis,viridis)