metamorphose {ready4} | R Documentation |
Metamorphose a model module to a model module of a different (non-inheriting) class
Description
metamorphose() is a method that transforms a model module into a model module of a different (non-inheriting) class.
Usage
metamorphose(x, ...)
Arguments
x |
A model module (an instance of a class that inherits from Ready4Module) |
... |
Additional arguments |
Value
A model module (an instance of a class that inherits from Ready4Module) of a different class to that supplied to the method.
[Package ready4 version 0.1.14 Index]