I am trying to plot using Rstudio. But when I do, plot(cars) which is the basic function, I am getting an Graphics Error in R. Here is what I h
plot(cars)
Graphics Error in R
Reinstall the package ggplot2 (install.packages"ggplot2") and invoke the library. It must work then