Tutorial of Scatter Plot in Base R Language
Introduction In this article, we will understand how to create Scatter Plot in Base R language. R is very popular for providing rich visualization options out of the box. Firs, we will understand the syntax of plot() and then see how to use it for creating scatterplots. Syntax of Scatter Plot plot() function in R The basic syntax for scatterplot plot() function is shown below with commonly used parameters.
Read more