diff options
-rw-r--r-- | NAMESPACE | 1 | ||||
-rw-r--r-- | R/create_deg_func.R | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,7 @@ export(SFORB.solution) export(add_err) export(aw) export(backtransform_odeparms) +export(create_deg_func) export(endpoints) export(f_time_norm_focus) export(get_deg_func) 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) |