-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.45 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
52
53
54
55
56
# Generated by roxygen2: do not edit by hand
export(build_catalogues)
export(calculate_gof)
export(convert_signatures)
export(cosine_sim)
export(extract_signatures)
export(extract_signatures_initialiser)
export(fit_extract_signatures)
export(fit_signatures)
export(get_initializer_list)
export(human_trinuc_freqs)
export(l2_norm)
export(match_signatures)
export(plot_all)
export(plot_exposures)
export(plot_gof)
export(plot_ppc)
export(plot_reconstruction)
export(plot_spectrum)
export(retrieve_pars)
export(simulate_ppc)
export(stan_models)
import(Rcpp)
import(methods)
importFrom("clue",solve_LSAP)
importFrom("coda",HPDinterval)
importFrom("coda",as.mcmc)
importFrom("grDevices",cairo_pdf)
importFrom("grDevices",dev.off)
importFrom("grDevices",pdf)
importFrom("grDevices",rgb)
importFrom("graphics",arrows)
importFrom("graphics",axis)
importFrom("graphics",barplot)
importFrom("graphics",legend)
importFrom("graphics",lines)
importFrom("graphics",mtext)
importFrom("graphics",par)
importFrom("graphics",plot)
importFrom("graphics",points)
importFrom("graphics",rect)
importFrom("graphics",segments)
importFrom("graphics",text)
importFrom("graphics",title)
importFrom("rstan",extract)
importFrom("rstan",optimizing)
importFrom("rstan",sampling)
importFrom("rstan",vb)
importFrom("stats",dmultinom)
importFrom("stats",dpois)
importFrom("stats",rmultinom)
importFrom("stats",rpois)
importFrom("utils",read.table)
importFrom(rstan,sampling)
useDynLib(sigfit, .registration = TRUE)