load.AbstractCBS: Loads an AbstractCBS object from file

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
3
4
5
6
## Static method (use this):
## AbstractCBS$load(...)

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

Arguments

...

Additional arguments passed to loadObject.

Value

Returns the loaded AbstractCBS object.

Author(s)

Henrik Bengtsson

See Also

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


PSCBS documentation built on Oct. 23, 2021, 9:09 a.m.