当前位置:网站首页>用plot_hist_numeric()实现画直方图

用plot_hist_numeric()实现画直方图

2022-08-09 12:42:00 Mrrunsen

 install.packages("dlookr")
 library(dlookr)
 mtcars[,8:11] <- lapply( mtcars[,8:11] ,as.factor)
 str(mtcars)

'data.frame':    32 obs. of  11 variables:
 $ mpg : num  21 
原网站

版权声明
本文为[Mrrunsen]所创,转载请带上原文链接,感谢
https://blog.csdn.net/Mrrunsen/article/details/126243906