-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,phylepic)
S3method(as.phylo,phylepic)
S3method(as_tbl_graph,phylepic)
S3method(autoplot,phylepic)
S3method(format,phylepic_cached_breaks)
S3method(ggplot_build,phylepic_ggplot)
S3method(ggplot_gtable,phylepic_ggplot_build)
S3method(plot,phylepic)
S3method(print,phylepic)
S3method(print,phylepic_cached_breaks)
export(CoordTree)
export(GeomCalendar)
export(GeomTextFilled)
export(StatBin2dAuto)
export(StatBinAuto)
export(StatBinLocation)
export(breaks_cached)
export(coord_tree)
export(create_tree_layout)
export(drop.clade)
export(geom_calendar)
export(geom_node_text_filled)
export(oob_infinite)
export(phylepic)
export(plot_bars)
export(plot_calendar)
export(plot_epicurve)
export(plot_tree)
export(scale_x_week)
export(stat_bin2d_auto)
export(stat_bin_2d_auto)
export(stat_bin_auto)
export(stat_bin_location)
export(week_breaks)
importFrom(ape,as.phylo)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,rel)
importFrom(ggplot2,waiver)
importFrom(grid,unit)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(tidygraph,as_tbl_graph)