SOSSubject-class {rsbml} | R Documentation |
This just marks a Model
as being a
valid subject for simulation using the SBML ODE Solver library.
Normally created from a Model
with: new("SOSSubject", model)
.
Class "ExperimentSubject"
, directly.
Class "Model"
, directly.
Class "SBase"
, by class "Model", distance 2.
Class "Describable"
, by class "Model", distance 3.
Michael Lawrence
See http://www.tbi.univie.ac.at/~raim/odeSolver/ for more information on the SBML ODE Solver library.
SOSExperiment
for running a simulation on a
SOSSubject
.