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

resetChanges-methodsR Documentation

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 signature 'sysBiolAlg'
resetChanges(object, old_val)

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

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

Class sysBiolAlg and applyChanges


SysBioChalmers/sybil documentation built on Aug. 24, 2023, 1:08 p.m.