Displaying a greater than or equal sign

前端 未结 4 1499
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 06:11

I have a plot which is generated thus:

ggplot(dt.2, aes(x=AgeGroup, y=Prevalence)) + 
    geom_errorbar(aes(ymin=lower, ymax=upper), colour=\"black\", width=         


        
4条回答
提交回复
热议问题