Learn R Programming

PSCBS (version 0.66.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, ...)

Value

Returns the loaded AbstractCBS object.

Arguments

...

Additional arguments passed to loadObject.

Author

Henrik Bengtsson

See Also

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