Skip to content
Prev 173488 / 398506 Next

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