toString.model {RBaM} | R Documentation |
model to string
Description
Convert an object of class 'model' into a ready-to-write vector of string
Usage
## S3 method for class 'model'
toString(x, ...)
Arguments
x |
model object, object to be converted. |
... |
Optional arguments. |
Value
A string ready to be printed or written.
Examples
toString(model())
[Package RBaM version 1.0.1 Index]