Message-ID: <22477083.post@talk.nabble.com>
Date: 2009-03-12T14:05:09Z
From: Maxl18
Subject: set size of a plot
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
--
View this message in context: http://www.nabble.com/set-size-of-a-plot-tp22477083p22477083.html
Sent from the R help mailing list archive at Nabble.com.