| Experiment-class {rsbml} | R Documentation |
This class is an abstraction for an experiment, e.g. in a
simulation. An experiment consists of a
ExperimentProtocol, ExperimentDesign,
ExperimentSubject and ExperimentResult.
A virtual Class: No objects may be created from it.
protocol:ExperimentProtocol, how the experiment was
or is to be performed.design:ExperimentDesign, the design of the experiment.subject:ExperimentSubject,
the object being observed by the experiment. result:ExperimentResult, the result of the experiment.signature(object = "Experiment"): Gets the
design slot. signature(object = "Experiment"): Sets the
design slot. signature(object = "Experiment"): Gets the
protocol slot. signature(object = "Experiment"): Sets the
protocol slot. signature(object = "Experiment"): Gets the
result slot. signature(object = "Experiment"): Sets the
result slot. signature(object = "Experiment"): Gets the
subject slot. signature(object = "Experiment"): Sets the
subject slot. Michael Lawrence
SOSExperiment, an implementation that simulates
SBML modules using the SBML ODE Solver library.