writePredInputs {RBaM}R Documentation

Write prediction inputs

Description

Write input data of the prediction into files

Usage

writePredInputs(o)

Arguments

o

prediction object

Value

nothing - just write to files.

Examples

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

[Package RBaM version 1.0.1 Index]