Lesson 15: Visualizing Data I - Enhancing Scatter Plots

Overview Section

In this chapter we'll begin a somewhat more detailed examination of the graphical capabilities in R, and here we'll focus on scatterplots.

Objectives

Upon completion of this lesson, you should be able to:

  • Create a scatterplot with legend
  • Create scientifically formatted axis labels
  • Create multipanel plots
  • Create plots with a secondary y-axis

The R code file and data files for this lesson can be found on the Essential R - Notes on learning R page.