找回密码
 立即注册
查看: 3875|回复: 0

问一下大神们,boxplot画图出现这样的错误,这怎么解决

[复制链接]
发表于 2017-2-25 11:17:23 | 显示全部楼层 |阅读模式
> #两个交叉因子的箱线图
> mtcars$cyl.f<-factor(mtcars$cyl,
+                      levels = c(4,6,8),
+                      labels = c("4","6","8"))
> mtcars$am.f<-factor(mtcars$am,
+                     levels = c(0,1),
+                     labels = c("auto","standard"))
> boxplot(mpg~am.f*cyl.f,data=mtcars,
+         varwidth=TRUE,col=c("gold","darkgreen"),
+         main="MPG Disrtibution by Auto Type",
+         xlab="Auto Type")
Error in plot.window(xlim = xlim, ylim = ylim, log = log, yaxs = pars$yaxs) :
  'ylim'值不能是无限的
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-22 20:30 , Processed in 0.020737 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表