Learn R Programming

PSCBS (version 0.63.0)

AbstractCBS$load: Loads an AbstractCBS object from file

Description

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

Usage

## Static method (use this):
## AbstractCBS$load(...)

## Don't use the below: # S3 method for AbstractCBS load(static, ...)

Arguments

...

Additional arguments passed to loadObject.

Value

Returns the loaded AbstractCBS object.

See Also

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