1,450
社区成员




再写r的时候出现问题了
我的代码是这个
library(ggplot2)
ggplot(data = data, aes(x=date,y=price ,group=type,color=type),inherit.aes = FALSE )+
geom_line()+
geom_point()+
geom_smooth(method="lm")
已经可以生成图片了,但是我knit的时候显示 error in fun :找不到对象‘price’
新手求助