[R] how to save the picture with par(mfrow = c(1, 3), pty='s') setti ngs?

Peter Dalgaard p.dalgaard at biostat.ku.dk
Thu Feb 16 23:43:27 CET 2006


"Glazko, Galina" <Galina_Glazko at URMC.Rochester.edu> writes:

> Dear list,
> 
>  
> 
> I am trying to place 3 density functions in one Figure, 1 row by 3 columns:
> 
>  -------------------------------------------------------
> 
> op <- par(mfrow =  c(1, 3),pty='s')
> 
> pdf(file="Fig_den.pdf")
....
> -------------------------------------------------------
> 
> Somehow in file Fig_den.pdf these figures are on the separate pages.
> 
> However, I get exactly what I need in the console window.
> 
> Could someone please explain me what I am doing wrong when saving Figure in
> pdf?

You have par() before pdf(). Try it the other way around.

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)                  FAX: (+45) 35327907




More information about the R-help mailing list