Set which size? Of the page? - then you need to specify in pdf().
Of the plot margins? - then par$mai
Of something else? Then you need to be more specific about your
intention.

Sarah

On Thu, Mar 12, 2009 at 10:05 AM, Maxl18 <maximilianwoe...@hotmail.com> wrote:
>
> Hi,
> I have the following R-code:
>
> pdf(file="test.pdf")
> hist(rcauchy(100))
> dev.off()
>
> How can I set the size of the histogram in my pdf?
> I tried to do with par(...) but I didn't find the right parameter yet.
>
> Thanks, Max

-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to