-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 958 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(add_compound_gradient)
export(add_compounds)
export(add_exoenzyme)
export(add_organism)
export(calc_assortment)
export(dilute_compounds)
export(init_simulation)
export(plot_cells)
export(plot_compounds)
export(plot_environment)
export(plot_environment_exoenzymes)
export(plot_growth)
export(run_simulation)
export(summary_exchanges)
exportClasses(Exoenzyme)
exportClasses(Organism)
exportClasses(growthEnvironment)
exportClasses(growthSimulation)
exportMethods(show)
import(Matrix)
import(data.table)
import(ggforce)
import(ggplot2)
import(hms)
import(lamW)
import(parallel)
import(particles)
import(sf)
import(sybil)
import(tidygraph)
importFrom(Rcpp,sourceCpp)
importFrom(methods,new)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(stringi,stri_rand_strings)
importFrom(utils,installed.packages)
useDynLib(Eutropia, .registration = TRUE)