optionsLSODES: Get default arguments for integrators

View source: R/toolsDenial.R

optionsLSODESR Documentation

Get default arguments for integrators

Description

Get default arguments for integrators

Usage

optionsLSODES(
  rtol = 1e-06,
  atol = 1e-06,
  jacvec = NULL,
  sparsetype = "sparseint",
  nnz = NULL,
  inz = NULL,
  rootfunc = NULL,
  verbose = FALSE,
  nroot = 0,
  tcrit = NULL,
  hmin = 0,
  hmax = NULL,
  hini = 0,
  ynames = TRUE,
  maxord = NULL,
  maxsteps = 5000,
  lrw = NULL,
  liw = NULL
)

optionsLSODE(
  rtol = 1e-06,
  atol = 1e-06,
  jacfunc = NULL,
  jactype = "fullint",
  mf = NULL,
  rootfunc = NULL,
  verbose = FALSE,
  nroot = 0,
  tcrit = NULL,
  hmin = 0,
  hmax = NULL,
  hini = 0,
  ynames = TRUE,
  maxord = NULL,
  bandup = NULL,
  banddown = NULL,
  maxsteps = 5000,
  rpar = NULL,
  ipar = NULL,
  nout = 0,
  outnames = NULL
)

optionsLSODA(
  rtol = 1e-06,
  atol = 1e-06,
  jacfunc = NULL,
  jactype = "fullint",
  rootfunc = NULL,
  verbose = FALSE,
  nroot = 0,
  tcrit = NULL,
  hmin = 0,
  hmax = NULL,
  hini = 0,
  ynames = TRUE,
  maxordn = 12,
  maxords = 5,
  bandup = NULL,
  banddown = NULL,
  maxsteps = 5000
)

Value

List of arguments


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.