(This article was first published on PlanetFlux, and kindly contributed to R-bloggers)
I do most of my R work on a server via SSH. Viewing graphics (i.e. plot()) can be excruciatingly slow through the SSH pipe, but it's easy to make it fast. Simply run:X11.options(type="Xlib")
once in the R session.
To leave a comment for the author, please follow the link and comment on his blog: PlanetFlux.
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, trading) and more...

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