View source: R/class_prediction.R
toString.prediction | R Documentation |
Convert an object of class 'prediction' into a ready-to-write vector of string
## S3 method for class 'prediction'
toString(x, ...)
x |
prediction object, object to be converted. |
... |
Optional arguments. |
A string ready to be printed or written.
pred=prediction(X=twoPopulations[,1:3],spagFiles=c('P1.spag','P2.spag'))
toString(pred)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.