-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
108 lines (107 loc) · 3.77 KB
/
NAMESPACE
File metadata and controls
108 lines (107 loc) · 3.77 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
S3method(apply_event,rescomp_event_batch_transfer)
S3method(apply_event,rescomp_event_introseq)
S3method(apply_event,rescomp_event_res_add)
S3method(apply_event,rescomp_event_res_custom)
S3method(apply_event,rescomp_event_res_mult)
S3method(apply_event,rescomp_event_sp_add)
S3method(apply_event,rescomp_event_sp_custom)
S3method(apply_event,rescomp_event_sp_mult)
S3method(get_coefs,numeric)
S3method(get_coefs,rescomp_coefs_custom)
S3method(get_coefs,rescomp_coefs_lerp)
S3method(get_coefs,rescomp_crmatrix)
S3method(get_coefs_dim,matrix)
S3method(get_coefs_dim,numeric)
S3method(get_coefs_dim,rescomp_coefs)
S3method(get_display_values,rescomp_param)
S3method(get_event_times,rescomp_event_schedule_fixed)
S3method(get_event_times,rescomp_event_schedule_periodic)
S3method(get_event_times,rescomp_event_set_introseq)
S3method(get_funcresp,rescomp_funcresp_custom)
S3method(get_funcresp,rescomp_funcresp_hill)
S3method(get_funcresp,rescomp_funcresp_monod)
S3method(get_funcresp,rescomp_funcresp_type1)
S3method(get_funcresp,rescomp_funcresp_type2)
S3method(get_funcresp,rescomp_funcresp_type3)
S3method(get_params,list)
S3method(get_params,rescomp_param_custom)
S3method(get_params,rescomp_param_sine)
S3method(get_params,rescomp_param_square)
S3method(get_params,rescomp_param_triangle)
S3method(get_ressupply,rescomp_ressupply_chemostat)
S3method(get_ressupply,rescomp_ressupply_constant)
S3method(get_ressupply,rescomp_ressupply_custom)
S3method(get_ressupply,rescomp_ressupply_logistic)
S3method(propagate_cnum,default)
S3method(propagate_cnum,integer)
S3method(propagate_cnum,numeric)
S3method(propagate_crnum,default)
S3method(propagate_crnum,matrix)
S3method(propagate_crnum,rescomp_coefs_lerp)
S3method(propagate_crnum,rescomp_crmatrix)
S3method(propagate_crnum,rescomp_event_batch_transfer)
S3method(propagate_crnum,rescomp_event_res_add)
S3method(propagate_crnum,rescomp_event_res_custom)
S3method(propagate_crnum,rescomp_event_res_mult)
S3method(propagate_crnum,rescomp_event_schedule)
S3method(propagate_crnum,rescomp_event_sp_add)
S3method(propagate_crnum,rescomp_event_sp_custom)
S3method(propagate_crnum,rescomp_event_sp_mult)
S3method(propagate_crnum,rescomp_funcresp_custom)
S3method(propagate_crnum,rescomp_funcresp_hill)
S3method(propagate_crnum,rescomp_funcresp_monod)
S3method(propagate_crnum,rescomp_funcresp_type1)
S3method(propagate_crnum,rescomp_funcresp_type2)
S3method(propagate_crnum,rescomp_funcresp_type3)
S3method(propagate_crnum,rescomp_ressupply_chemostat)
S3method(propagate_crnum,rescomp_ressupply_constant)
S3method(propagate_crnum,rescomp_ressupply_custom)
S3method(propagate_crnum,rescomp_ressupply_logistic)
S3method(propagate_rnum,default)
S3method(propagate_rnum,integer)
S3method(propagate_rnum,numeric)
export(apply_event)
export(crmatrix)
export(def_cr_ode)
export(event_batch_transfer)
export(event_res_add)
export(event_res_custom)
export(event_res_mult)
export(event_schedule_fixed)
export(event_schedule_periodic)
export(event_set_introseq)
export(event_sp_add)
export(event_sp_custom)
export(event_sp_mult)
export(frame_and_name)
export(funcresp_custom)
export(funcresp_hill)
export(funcresp_monod)
export(funcresp_type1)
export(funcresp_type2)
export(funcresp_type3)
export(get_coefs)
export(get_coefs_matrix)
export(get_coefs_vector)
export(get_event_times)
export(get_funcresp)
export(get_params)
export(get_ressupply)
export(plot_funcresp)
export(plot_rescomp)
export(rescomp_coefs_lerp)
export(rescomp_coefs_matrix_custom)
export(rescomp_coefs_vector_custom)
export(rescomp_param_custom)
export(rescomp_param_sine)
export(rescomp_param_square)
export(rescomp_param_triangle)
export(ressupply_chemostat)
export(ressupply_constant)
export(ressupply_custom)
export(ressupply_logistic)
export(sim_rescomp)
export(spec_rescomp)
import(ggplot2)
importFrom(rlang,.data)