# NOT RUN {
# prepare a data set
dat <- ordDataGen(200)
# evaluate ordered features with ordEval
oe <- ordEval(class ~ ., dat, ordEvalNoRandomNormalizers=200)
# creates a separate postscript file for each attribute with given name
preparePlot("myGraph%03d.ps")
plot(oe)
dev.off()
# }
Run the code above in your browser using DataLab