当前位置:网站首页>Draw a histogram with plot_hist_numeric()

Draw a histogram with plot_hist_numeric()

2022-08-09 13:48: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://yzsam.com/2022/221/202208091242219307.html