showSteady | R Documentation |
Creates a HTML table illustrating the output of a steady state simulation. There is one row for each output item (i.e. state variable or process rate) and one column for each scenario.
showSteady(sim, prm, lang)
sim |
Numeric matrix (rows: output items, colums: scenarios). |
prm |
Numeric matrix (rows: parameters, columns: scenarios). This is available just for the case that the parameter values are needed for visualization. |
lang |
Identifier of selected language (character string). |
A data frame with two columns 'label' and 'content'. The latter column holds HTML or SVG code. This is currently a single-row data frame.
David Kneis david.kneis@tu-dresden.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.