# example transformation file:
data(Routput_test)
write.table(Routput_test,file="Routput_test",quote=FALSE,row.names=FALSE,col.names=FALSE)
data(coal)
pls.abc(coal[1:3,3:7], coal[,1:2], coal[,3:7], transfile = "Routput_test",tol=.1,
method="rejection")
Run the code above in your browser using DataLab