r legends with geom_bars from two different columns?

后端 未结 0 1889
礼貌的吻别
礼貌的吻别 2020-12-09 09:58

I\'m trying to create a legend in ggplot for the following code:

ggplot(data=mydata.df, aes(x=State)) +
  geom_bar(aes(y=`NatAvg`), stat="identity",         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题