[R] box doesn't surround words in legend in printed output

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Wed Aug 8 22:36:11 CEST 2001


Paul E Johnson <pauljohn at ukans.edu> writes:

> Each time I type 
> new()
> it opens the next dataset and makes me a plot that I see on the screen.
> When I see the one I want, then I need to save it. 
> 
> Perhaps I should make a function that turns on the pdf device, then
> replots the figure, then turns the device off.

That'll be effective, but would it not work to use

dev.copy(pdf, file="foo", height=7, width=7)

or conversely start the whole enchillada with

x11(height=6, width=6)

??

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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