postscript(file="testplot.eps",
paper="special",
width=10,
height=10,
horizontal=FALSE)
yvalues = runif(50)
plot(yvalues)
dev.off()
The variation is adding paper="special" and horizontal=FALSE.
This blog focuses on the relationships that connect us together providing potent insights for decision makers. In addition, a few data mining topics are presented.
postscript(file="testplot.eps",
paper="special",
width=10,
height=10,
horizontal=FALSE)
yvalues = runif(50)
plot(yvalues)
dev.off()
The variation is adding paper="special" and horizontal=FALSE.