jueves, 3 de noviembre de 2016

Gráficos avanzados con R

Advanced_graphics_with_R_blog.utf8

Hace ya algunos años, en el 2009, Paul Murrell vino a Barcelona para impartir una sesión práctica de gráficos avanzados con R. Me he permitido repetir sus apuntes y procesarlos con el paquete knitr. El resultado se puede ver en el documento:

Advanced_graphics_with_R.pdf

Para ejecutar todas las instrucciones se puede descargar el script:

Advanced_graphics_with_R.R

Session overview:

  1. Introduction
  • Graphic formats: Overview and creating graphics in R
  • Graphical parameters in R: par()
  • Selected graphical functions
  1. Graphical packages
  • rgl, grid and lattice
  1. Miscellanea
  • Useful functions in R (legend(), polygon(), annotations, etc.)
  • Selected examples
  • Creating animations in R

Bibliografía

http://magnusmetz.github.io/2013/04/mathematical-annotation-in-r/

http://tutorials.iq.harvard.edu/R/Rgraphics/Rgraphics.html

P. Murrell, R Graphics, Chapman & Hall/CRC, 2011. https://www.stat.auckland.ac.nz/~paul/RG2e/

J. Verzani, Using R for Introductory Statistics. Chapman & Hall/CRC, 2014.