Learn R Programming

RxODE (version 0.6-1)

rxSetupMemoize: This setups the memoized functions.

Description

To easily create a memozied function by adding a .slow <- NULL to the end of a function.

Usage

rxSetupMemoize()

Arguments

Details

For example, to memozie the function in the namespace rxModelVars.character you would add a line: rxModelVars.character.slow <- NULL