wrappedModels: Gets Internally Wrapped Models
Description
Returns either a list of all the wrapped models or the models named by parameters.
Usage
wrappedModels(object, model = NULL)
Value
If model
is NULL then returns list of models that are wrapped by the wrapper.
Otherwise returns model given in model
.