Week 3: data visualization; graphics



introduction to colors in R Graphics

We give examples of named colors and RGB values:
R code or the video about these graphics


more information about colors in R Graphics

We give examples of hexadecimal colors, hsv, hcl, transparency, etc.:
R code or the video about these graphics


spectrums of color families in R Graphics

We give examples of plotting colors across a spectrum of a color family:
R code or the video about these graphics


lines in R Graphics

We give examples of making lines:
R code or the video about these graphics


ends of lines, and joining lines in R Graphics

We give examples of making lines:
R code or the video about these graphics


incorporating text in R Graphics

We give examples of making lines:
R code or the video about these graphics


data symbols in R Graphics

We give examples of making lines:
R code or the video about these graphics


axes in R Graphics

We give examples of adjusting axes:
R code or the video about these graphics