Learn R Programming

PSCBS (version 0.23.0)

load.AbstractCBS: Loads an AbstractCBS object from file

Description

Loads an AbstractCBS object from file and assert that it is of the requested class.

Usage

AbstractCBS$load(...)

Arguments

...
Additional arguments passed to loadObject.

Value

  • Returns the loaded AbstractCBS object.

synopsis

load.AbstractCBS(static, ...)

See Also

Internally loadObject is used. To save an object, see *save(). For more information see AbstractCBS..