[R] Histogram Label Font Size

Robert Baer rbaer at atsu.edu
Mon Apr 14 22:40:54 CEST 2008


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" <hyesuper at hotmail.com>
To: <r-help at r-project.org>
Sent: Monday, April 14, 2008 2:35 PM
Subject: [R] Histogram Label Font Size


>
> 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 to eat organic.
>
> 1N1653A
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list