This document discusses plotting data points in R with different colors and symbols. It shows code to plot numbers 1 through 8 with each point in a different color from the default R color palette, the RColorBrewer palette, and the ggplot2 palette. It also shows how to set the global option stringsAsFactors to FALSE.