getFinalState | R Documentation |
Gets the final state of a model from either a 'roleExperiment' or a 'roleModel'.
getFinalState(x, modID, ...)
## S4 method for signature 'roleModel'
getFinalState(x)
## S4 method for signature 'roleExperiment'
getFinalState(x, modID)
x |
The 'roleExperiment' or 'roleModel' object to retrieve the final state from. |
modID |
Optional argument to retrieve the final state for specific model(s) in a 'roleExperiment' object; can be a vector of unique IDs. |
... |
passed |
If 'modID' is not supplied and 'x' is a 'roleExperiment', then a list of 'roleData' objects for each model run is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.