Re: [R] Histogram Label Font Size

2008-04-14 Thread Robert Baer
Here's an example to make the text 18 point. You can set ps=6 to make small text. x=rnorm(100) opar=par(ps=18) # Make text 18 point hist(x) opar Rob Baer - Original Message - From: "Sue Lee" <[EMAIL PROTECTED]> To: Sent: Monday, April 14, 2008 2:35 PM Subject

Re: [R] Histogram Label Font Size

2008-04-14 Thread Henrique Dallazuanna
I think that you can edit the source code of histogram for this: myhist <- getS3method("plot", "histogram") body(myhist)[9] <- parse(text = c(capture.output(body(myhist)[9])[-6], "} else labels, adj = c(0.5, -0.5), ...)")) r <- hist(islands, plot = F) myhist(r, labels = T

[R] Histogram Label Font Size

2008-04-14 Thread Sue Lee
Hi! I'm having a trouble changing font size of histogram label. I have tried help(hist), but I couldn't find anything explain how to fix label's font size. Could you help me please? Thank you. _ Going green? See the top 12 foods t