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(...)
}

Try the PKPDsim package in your browser

Any scripts or data that you put into this service are public.

PKPDsim documentation built on March 7, 2023, 5:40 p.m.