toString.prediction {RBaM} | R Documentation |
prediction to string
Description
Convert an object of class 'prediction' into a ready-to-write vector of string
Usage
## S3 method for class 'prediction'
toString(x, ...)
Arguments
x |
prediction object, object to be converted. |
... |
Optional arguments. |
Value
A string ready to be printed or written.
Examples
pred=prediction(X=twoPopulations[,1:3],spagFiles=c('P1.spag','P2.spag'))
toString(pred)
[Package RBaM version 1.0.1 Index]