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 哪位大神解答下 这个是错在哪里哈。。。。
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 哪位大神解答下 这个是错在哪里哈。。。。
2017-10-10
举报