Create Scatter plot from CSV in R
In R Programming Language we use plot() function to display scatterplot. It takes eight parameters. Syntax: plot(x, y, main, xlab, ylab, xlim, ylim, axes) Parameters: x: sets variable to be used for horizontal coordinates.y: sets variable to be used for vertical coordinates.xlab: label for horizonta