Inhomogeneous Stochastic Simulation Algorithm (ISSA) solver

issa(
  sys,
  length.out = 100,
  all.out = FALSE,
  verbose = TRUE,
  force_compile = FALSE
)

Arguments

sys

an instance of the rdsys class

length.out

length of solution output (table rows) (default 100)

all.out

if TRUE (default FALSE), ignore length.out and return entire solution

verbose

controls if output is generated during during run (default TRUE)

force_compile

if TRUE (default FALSE), force a recompile of the reaction network

Value

rdsol instance