Last data update: 2014.03.03

R: Remove the Coefficients of a GQD Model.
GQD.removeR Documentation

Remove the Coefficients of a GQD Model.

Description

Removes any existing coefficient functions from the current workspace.

Usage

GQD.remove()

Details

GQD.remove clears the workspace of functions with names that match the coefficients of the 1D GQD. This may be used when more than one model is specified in a given session.

Value

No value is returned.

Note

GQD.remove simply searches the workspace for functions with definitions that match the form of the DiffusionRgqd interface and removes them from the workspace, freeing up the user to redefine a diffusion with new coefficients.

Author(s)

Etienne A.D. Pienaar: etiennead@gmail.com

References

Updates available on GitHub at https://github.com/eta21.

See Also

GQD.density and BiGQD.density.

Results