[R] hist() : is there a way to change the border width?

Jim Lemon jim at bitwrit.com.au
Fri Dec 20 05:49:29 CET 2013


On 12/20/2013 08:19 AM, capricy gao wrote:
> I have played around with it and found that the only color could be changed. But I really would like to change the width...
>
Hi Capricy,
Try this on the first example for hist:

hist(islands)
par(lwd=3)
hist(islands)

Jim



More information about the R-help mailing list