ggplot2-qplot基本用法

install.packages("ggplot2") library(ggplot2) 散点图: plot(mtcars$wt,mtcars$mpg) 线图: plot(pressure$temperature,pressure$pressure,type="l") points(pressure
posted @ 2021-11-14 20:20  ^_^Anne  阅读(69)  评论(0编辑  收藏  举报