Learn R Programming

PSCBS (version 0.38.4)

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 class '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..