aboutsummaryrefslogtreecommitdiff
path: root/R/create_deg_func.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-20 19:42:33 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-20 19:42:33 +0100
commit3ded5c1c45d9dbd64d3d40835e68e8cf47932346 (patch)
treecba8619b78fe3391383c4eb4d1388cbb2b74eb6e /R/create_deg_func.R
parent300c0fccf327b9959db39c256bae0974908e59b2 (diff)
export create_deg_func
Diffstat (limited to 'R/create_deg_func.R')
-rw-r--r--R/create_deg_func.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/create_deg_func.R b/R/create_deg_func.R
index b29a11f7..4b4284db 100644
--- a/R/create_deg_func.R
+++ b/R/create_deg_func.R
@@ -25,6 +25,7 @@
#' deSolve = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE),
#' replications = 2)
#' }
+#' @export
create_deg_func <- function(spec, use_of_ff = c("min", "max")) {
use_of_ff <- match.arg(use_of_ff)

Contact - Imprint