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