addModel: Add a model to a library of models.
Description
Add a model to a library of models.
Usage
addModel(object, model)# S4 method for LibraryOfModels
addModel(object, model)
Value
The library of models with the added model.
Arguments
- object
An object from the class LibraryOfModels.
- model
An object from the class Model.