| rxLoadState | R Documentation |
Reads a file written by rxSaveState (or via
rxControl(serializeFile=...)) and reconstructs the live solver state
so that ODE integration can proceed from the saved pre-integration
checkpoint.
rxLoadState(file)
file |
Character(1). Path of a file written by |
This function is called automatically when rxSolve(mod, "state.rxbin")
detects a serialization file by its magic bytes and validates that the file
matches the supplied model.
Invisibly TRUE.
rxSaveState
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.