[R] Paper Size
Douglas Bates
bates at stat.wisc.edu
Thu May 11 06:27:54 CEST 2000
Erin Hodgess <hodgess at uhddx01.dt.uh.edu> writes:
> Here is a nice simple question: On Version 1.0.0, where is the file
> that has the paper size for plots?
>
> UNIX Dec Alpha please?
Paper size is set in the shell script called R. In my case that is
/usr/bin/R. Your location for the R script may be different, perhaps
/usr/local/bin/R. The script reads, in part,
# Default printer paper size
# Choose one of the following:
# R_PAPERSIZE="a4"
# R_PAPERSIZE="letter"
# R_PAPERSIZE="none"
: ${R_PAPERSIZE=letter}
export R_PAPERSIZE
You can override that selection by setting the environment variable
R_PAPERSIZE to "a4" or to "letter" before running R.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list