Мой сюжет:
, I tried reinstalling R and ggplot twice. I just used the code here:
library(ggplot2) ggplot(mtcars, aes(x=wt, y=mpg)) + geom_point() out_path
This code was just copied from an online example:
http://www.sthda.com/english/wiki/ggplot2-scatter-plots-quick-start-guide-r-software-and-data-visualization
Любые предложения приветствуются.