Description Usage Arguments Examples
This script is the first stage of the inverse modeling workflow. Here the excel model is imported and the matricies and arrays are generated. The function returns a dataframe <model> that can then be passed on to the RunModel() function. A model consists of a dataframe with the folloing fields: $flows <list of flow names>, $Aa <Approximate Matrix>, $ba <Solution of Aa>, $Ae <Exact Matrix>, $be <Solution of Ae>, $Gg <Inequalities Matrix>, $h <ineqality Solutions> ,$sdb <Uncertainty in the measurements (SD)>.
1 2 3 |
file |
The name with path to the excel spreadsheet containing the model. |
file2 |
The name (including path) of the excel file containing the b vectors. |
cycle |
The cycle number indicating the rows within the excel file2 with the appropriate data. |
sheet.name |
The name of the sheet in excel. |
num.flows |
The count of the model flows. |
num.exact |
The count of the exact equations used in the model. |
num.approx |
The count of the approximate equations used in the model. |
num.ineq |
The count of the inequality relations used in the model. |
1 | ReadModel(7, 4, 32)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.