apostrophe and superscript in ggplot axis label r

后端 未结 0 421
渐次进展
渐次进展 2021-01-02 18:30

reproducible example:

x1<-rnorm(5,5,1)
y1<-rnorm(5,5,1)
d<-data.frame(x1,y1)

ggplot(data=d,aes(x=x1,y=y1))+
  geom_point()+
  ylab(bquote(\'y (since         


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