Learn R Programming

RBaM (version 1.1.1)

writePredInputs: Write prediction inputs

Description

Write input data of the prediction into files

Usage

writePredInputs(o)

Value

nothing - just write to files.

Arguments

o

prediction object

Examples

Run this code
temp=tempdir()
pred=prediction(X=twoPopulations[,1:3],spagFiles=c('P1.spag','P2.spag'),
                data.dir=temp)
writePredInputs(pred)

Run the code above in your browser using DataLab