View source: R/class_prediction.R
writePredInputs | R Documentation |
Write input data of the prediction into files
writePredInputs(o)
o |
prediction object |
nothing - just write to files.
temp=tempdir()
pred=prediction(X=twoPopulations[,1:3],spagFiles=c('P1.spag','P2.spag'),
data.dir=temp)
writePredInputs(pred)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.