Learn R Programming

sybil (version 1.1.1)

resetChanges-methods: Generic Function to Reset Temporary Changes in Objects of Class sysBiolAlg

Description

Use method resetChanges to undo changes in objects of class sysBiolAlg made by applyChanges.

Usage

## S3 method for class 'sysBiolAlg':
resetChanges(object, old_val)

## S3 method for class 'sysBiolAlg_room': resetChanges(object, old_val)

Arguments

object
An object of class sysBiolAlg.
old_val
A list containing the original values of the model. This list is returned by applyChanges.

Value

  • Invisibly TRUE will be returned.

encoding

utf8

See Also

Class sysBiolAlg and applyChanges