(This article was first published on mikeksmith's posterous, and kindly contributed to R-bloggers)
One of the most useful graphs you can produce in R using the plot(...) function is one with nothing in it. Using the type="n" option, you get a blank canvas to which you can add points, lines, text, shaded regions and build up something that's really very useful. Other packages such as lattice and ggplot2 produce really nice graphics, but when it comes to annotating these graphs and tailoring them to your needs you have to delve into more complex options and programming (panel functions) and this has quite a steep learning curve. Keeping it simple with the plot(...) function and using lines(...), points(...), text(...), polygon(...) etc. allows you to build quite sophisticated graphs without too much hassle.
To leave a comment for the author, please follow the link and comment on his blog: mikeksmith's posterous.
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).