R ggplot 绘图

library(tidyverse, lib.loc = “/usr/lib64/R/library”)
ggplot(data = mpg,mapping = aes(x = displ, y = hwy,color=class)) + geom_point()

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注