-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 835 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 835 Bytes
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
# Generated by roxygen2: do not edit by hand
export(building_model)
export(checking_data)
export(compute_diet_matrix)
export(compute_ena)
export(compute_flow_matrix)
export(export_diet_species)
export(fit_escroc)
export(generate_init)
export(plot_delta_tracers)
export(plot_diet_species)
export(plot_full_diet_matrix)
export(prepare_data)
export(reformat_results)
importFrom(coda,as.mcmc.list)
importFrom(coda,gelman.diag)
importFrom(coda,varnames)
importFrom(corrplot,corrplot)
importFrom(fitdistrplus,fitdist)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,xlim)
importFrom(reshape2,melt)
importFrom(runjags,run.jags)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rnorm)
importFrom(stats,runif)