Advanced Graphics in R
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Each quarter the UCLA Statistical Consulting Center hosts minicourses twice per week in R and LaTeX. Tonight was my turn to present.
I presented Advanced Graphics in R. This was the same presentation I gave at the LA R Users’ Group in August will a fellow consultant. She and I had trouble coming together to make one presentation, so we shared our outlines, and we deemed her outline was deemed “Intermediate Graphics in R” with some ggplot, and mine was deemed “Advanced.” It seems to work.
My slides are here, and the handout version is here. The corresponding code is here.
Topics include:
- Customizing graphics with par parameters
- Using attributes of graphic objects
- Basic graphics devices
- Math typesetting for R graphics.
- an example of a movie (here, but there is some funkiness with it)
Many think that “advanced” graphics would be lattice or ggplot. We chose to address those packages in their own minicourses.
My advisor gave me some good advice on writing R code that fits well in Beamer slides and lstlisting:
- use local variables and introduce them.
- don’t use function names as variable names (I violated this one here).
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.