Basic Visualization of Time Series

For visualizations of time series R offers basic functionalities with the plot() and lines() functions.

Legends can be added to a plot with the legend() function.