摘要: Rtools提供了一个适用于R的Windows平台工具链。Rtools下载地址:https://cran.r-project.org/bin/windows/Rtools/ library(tidyverse)devtools::install_github("johannesbjork/LaCro 阅读全文
posted @ 2021-12-26 16:22 ^_^Anne 阅读(242) 评论(0) 推荐(0)
摘要: 1.install.packages("tidyverse") library(tidyverse) 2.代码① ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy)) ggplot() 创建了一个坐标系,ggplot() 阅读全文
posted @ 2021-12-26 15:31 ^_^Anne 阅读(44) 评论(0) 推荐(0)