Skip to content
Prev 243878 / 398506 Next

Passing par()-parameters to many plot()s in a function

Am 03.12.2010 20:31, schrieb Duncan Murdoch:
I did call dev.off(), I just forgot to copy it in the code snippet :)
My problem was that I edited par()$oma and not par()$mar. oma defaults 
to c(0,0,0,0) so I couldn't shrink the margin with that command.
Does it make a difference if I use the par() command before or after the 
pdf()-call to create the pdf device?
Thanks for your help!
  -- Alex