Tutorial of Line Plot in Base R Language with Examples
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/08/mlk.png)
Introduction
A line plot is a graph that connects multiple data points by making line segments between them. These points are ordered in one of their coordinate (usually the x-coordinate) values and are useful to investigate trends in our data set. In this tutorial, we are going to see how to create a line plot in R language with plot() function along with its syntax and various examples.