Learn R Programming

sybil (version 2.0.0)

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

# S4 method for sysBiolAlg
resetChanges(object, old_val)

# S4 method for 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.

Methods

signature(object = "sysBiolAlg")

Method used with objects extending class '>sysBiolAlg

signature(object = "sysBiolAlg_room")

Method used with objects of class '>sysBiolAlg_room

See Also

Class '>sysBiolAlg and applyChanges