问答详情
源自:3-3 R语言 基本绘图系统之实践

with函数报错

with(subset(airquality,Month==9),points(Wind,Temp,col="red")) Error in plot.xy(xy.coords(x, y), type = type, ...) :  plot.new has not been called yet 哪位大神解答下 这个是错在哪里哈。。。。

提问者:慕前端1585729 2017-10-10 18:03

个回答

  • 慕前端1585729
    2017-10-10 18:15:22

    我已经了解了,我要设置TYPE  。