search for: baseballsalary

Displaying 1 result from an estimated 1 matches for "baseballsalary".

2005 Mar 02
2
.ps and .pdf page size differences in FC vs. Debian
...and the results were still incorrectly sized. Three sample graphs of the problem can be seen at this url: http://penguinsolutions.org/math108/Rexamples/Rplots.pdf Notice how the graph extends beyond the paper on the right side of each page. The command I am running from the terminal is: R <baseballsalary.R >output --vanilla -q I then read about postscript() in the documentation, so I found this sequence to be successful: > postscript("testthis.ps", paper='letter') [...run all my same R code here...] > dev.off() > q() and then run ps2pdf testthis.ps to create the...