a b/NAMESPACE
1
# Generated by roxygen2: do not edit by hand
2
3
S3method(plot,outbreaker_chains)
4
S3method(print,custom_likelihoods)
5
S3method(print,custom_priors)
6
S3method(print,outbreaker_chains)
7
S3method(print,outbreaker_config)
8
S3method(print,outbreaker_moves)
9
S3method(summary,outbreaker_chains)
10
export(bind_to_function)
11
export(cases_pal)
12
export(chains_pal)
13
export(create_config)
14
export(create_param)
15
export(custom_likelihoods)
16
export(custom_moves)
17
export(custom_priors)
18
export(get_cpp_api)
19
export(outbreaker)
20
export(outbreaker_data)
21
importFrom(Rcpp,evalCpp)
22
importFrom(ggplot2,aes)
23
importFrom(ggplot2,aes_string)
24
importFrom(ggplot2,coord_flip)
25
importFrom(ggplot2,facet_wrap)
26
importFrom(ggplot2,geom_density)
27
importFrom(ggplot2,geom_histogram)
28
importFrom(ggplot2,geom_line)
29
importFrom(ggplot2,geom_point)
30
importFrom(ggplot2,geom_violin)
31
importFrom(ggplot2,ggplot)
32
importFrom(ggplot2,guides)
33
importFrom(ggplot2,labs)
34
importFrom(ggplot2,scale_color_manual)
35
importFrom(ggplot2,scale_fill_manual)
36
importFrom(ggplot2,scale_size_area)
37
importFrom(ggplot2,scale_x_continuous)
38
importFrom(ggplot2,scale_x_discrete)
39
importFrom(ggplot2,scale_y_continuous)
40
importFrom(ggplot2,scale_y_discrete)
41
importFrom(ggplot2,theme_bw)
42
importFrom(grDevices,colorRampPalette)
43
importFrom(grDevices,xyTable)
44
importFrom(graphics,plot)
45
importFrom(magrittr,"%>%")
46
importFrom(stats,median)
47
importFrom(stats,reshape)
48
importFrom(utils,head)
49
importFrom(utils,packageDescription)
50
importFrom(utils,tail)
51
useDynLib(outbreaker2, .registration = TRUE)