What function is commonly used to create a basic scatter plot in R?

  • scatterplot()
  • plot()
  • points()
  • scatter()
The plot() function is commonly used to create a basic scatter plot in R. It can be used to visualize the relationship between two numeric variables by plotting the data points as individual points on the graph.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *