R/sim_ode.R

Defines functions sim_ode

Documented in sim_ode

#' Deprecated function, renamed to `sim()`
#'
#' @param ... parameters passed to `sim()` function
#' @export
#' @seealso sim
#' @return Output from [sim()]
#' @md
sim_ode <- function(...) {
#  .Deprecated("sim")
  sim(...)
}
InsightRX/PKPDsim documentation built on April 25, 2024, 2:10 a.m.