- attach(mtcars)
- layout(matrix(c(1,1,2,3), 2, 2, byrow = TRUE),
- widths=c(3,1), heights=c(1,2))
- hist(wt)
- hist(mpg)
- hist(disp)
出来的结果是
- > attach(mtcars)
- > layout(matrix(c(1,1,2,3), 2, 2, byrow = TRUE),
- + widths=c(3,1), heights=c(1,2))
- > hist(wt)
- Error in plot.new() : figure margins too large
- > hist(mpg)
- Error in plot.new() : figure margins too large
- > hist(disp)
- Error in plot.new() : figure margins too large
- >
请问如何解决呢,在RGui里可以生成图形,没有任何问题!


雷达卡





京公网安备 11010802022788号







