rxSaveState: Save the pre-integration rxode2 solver state to a binary file

View source: R/rxSerialize.R

rxSaveStateR Documentation

Save the pre-integration rxode2 solver state to a binary file

Description

This is called automatically when rxControl(serializeFile="path") is supplied to rxSolve(). The file can be reloaded later by passing it as the params argument of rxSolve() together with the matching model object.

Usage

rxSaveState(file)

Arguments

file

Character(1). Path of the file to write.

Value

Invisibly TRUE.

See Also

rxLoadState


rxode2 documentation built on July 28, 2026, 5:08 p.m.