This document contains slides from a data visualization course in R. It discusses how to modify the title, axis labels, and range of plots created in R. Specifically, it shows how to add these elements either by including arguments in the plot() function or by using the title() function. The title(), xlab, ylab, xlim, and ylim arguments can be used in plot() to customize the title, axis labels, and ranges. Alternatively, the title() function can be used after plotting but may overwrite default axis labels, so the ann argument should be set to FALSE in plot().