(This article was first published on Statistics, R, Graphics and Fun » R Language, and kindly contributed to R-bloggers)
R’s default theme of the HTML help pages is too plain for me to read, but we can easily modify the theme, which is essentially a CSS file. You can find the file under:
file.path(R.home('doc'), 'html', 'R.css')
Simply replace this file with my version:
Download R.css (1K)which looks like:
Of course you can design your own R.css if you know CSS.
Random Posts
To leave a comment for the author, please follow the link and comment on his blog: Statistics, R, Graphics and Fun » R Language.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).