2

我只是运行在与“direct.label”函数相关的文档中找到的代码。这是第一个例子:

library(ggplot2)
## direct label simple ggplot2 scatterplot
scatter <- qplot(jitter(hwy),jitter(cty),data=mpg,colour=class,
                 main="Fuel efficiency depends on car size")
print(direct.label(scatter))

结果我得到以下

原型中的错误(Geom,{:找不到对象'Geom'

任何想法???

PS我已经阅读了以下内容,但它们无济于事…… 为包创建新几何时出现“找不到对象”错误geom_rect 失败:eval 中的错误(expr,envir,enclos):找不到对象“变量”ggplot2 找不到对象错误insertSource() 出错:“找不到对象 '.cacheOnAssign'”致命错误:找不到对象 scala

4

0 回答 0