CTS_sim_isgood {ruminate} | R Documentation |
Checks Simulation in Element for Goodness
Description
Takes the supplied element and determines if the underlying simulation is in a good state or not.
Usage
CTS_sim_isgood(state, element)
Arguments
state |
CTS state from |
element |
Element list from |
Value
List with the following elements:
isgood: Boolean object indicating if the file was successfully loaded.
msgs: Text description of failure.
[Package ruminate version 0.3.1 Index]