diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/create_deg_func.R | 1 |
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) |