-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
S3method(plot,outbreaker_chains)
S3method(print,custom_likelihoods)
S3method(print,custom_priors)
S3method(print,outbreaker_chains)
S3method(print,outbreaker_config)
S3method(print,outbreaker_moves)
S3method(summary,outbreaker_chains)
export(bind_to_function)
export(cases_pal)
export(chains_pal)
export(create_config)
export(create_param)
export(custom_likelihoods)
export(custom_moves)
export(custom_priors)
export(get_cpp_api)
export(outbreaker)
export(outbreaker_data)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size_area)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,xyTable)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(stats,median)
importFrom(stats,reshape)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,tail)
useDynLib(outbreaker2, .registration = TRUE)