问答详情
源自:3-9 ggplot2绘图系统之ggplot

为什么输入代码后没有显示应有的效果,如下,求助

> scale_color_manual("Month",values=myColors)

Error in scale_color_manual("Month", values = myColors) : 

  could not find function "scale_color_manual"

> facet_grid(.~Month)

Error in facet_grid(. ~ Month) : could not find function "facet_grid"

> theme_classic()


提问者:慕移动8161993 2018-11-27 22:44

个回答

  • weixin_慕瓜5384254
    2018-12-17 22:52:53

    是否加载了相关的包?