Plotting axis labels with Greek symbols from a vector

前端 未结 1 583
猫巷女王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)
提交回复
热议问题