用了plot(time,rate,type="1") ,但他就提示object"rate" not found 是怎么回事呢,查了很多地方都没找到怎么回事,是导入的数据表有问题吗,求解答!read.table("data.csv",header = T)plot(time,rate,type="1")
现在导入数据可以作图了,但是图好怪,是需要要变换嘛