View source: R/utilities-simulation.R
exportSteadyStateToXLS | R Documentation |
Export steady-state to Excel in the format that can be imported in MoBi.
exportSteadyStateToXLS(
simulation,
quantitiesPaths = NULL,
resultsXLSPath = "",
steadyStateTime = NULL,
ignoreIfFormula = TRUE,
lowerThreshold = 1e-15,
simulationRunOptions = NULL
)
simulation |
A |
quantitiesPaths |
List of quantity paths (molecules and/or parameters)
for which the steady-state will be simulated. If |
resultsXLSPath |
Path to the xls-file where the results will be written
to. If the file does not exist, a new file is created. If no path is
provided, the file will be created in the same directory where the model
file is located. The name of the file will be |
steadyStateTime |
Simulation time (minutes). In |
ignoreIfFormula |
If |
lowerThreshold |
Numerical value (in default unit of the output).
Any steady-state values below this value are considered as numerical noise
and replaced by 0. If |
simulationRunOptions |
Optional instance of a |
Simulates a given model to its steady-state and creates an Excel-file with the end values of molecules amounts in all containers and parameter values that have a right-hand-side (state variable parameters). The excel file contains two sheets - one for the molecules and one for the parameters.
An openxlsx
workbook object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.