Scatter plots display values in the form of dots, squares, crosses, etc corresponding to 2 variables plotted along the X-axis and the Y-axis. In R, all you need is a pair of vectors, one for each variable, and the function plot(). Here is an example where the dataset consists of […]