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: <r-help@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@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. > ______________________________________________ R-help@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.