Plotting axis labels with Greek symbols from a vector

前端 未结 1 580
猫巷女王i
猫巷女王i 2020-12-17 03:08

I am struggling trying to plot Greek symbols as axis labels. Due to for looping several plots with different scales, I would like to use a vector that contains the symbol na

相关标签:
1条回答
  • 2020-12-17 03:30

    Try this:

    xlab = parse(text=paste(k, "*mol/mol"))
    
    0 讨论(0)
提交回复
热议问题