This lesson requires a premium membership to access.
Premium membership includes unlimited access to all courses, quizzes, downloadable resources, and future content updates.
While we can explore time series data using commands such as print(), head(), tail(), etc in R, it can be very helpful to plot the time series data as a line chart and explore it visually.
In the following examples, we plot the Microsoft stock data and the quarterly GDP data in two different plots using the plot() function in R. You can alternatively also use ts.plot() function.