Displaying 1 result from an estimated 1 matches for "wqvar".
Did you mean:
qvar
2008 Jun 25
0
Use plotmath expressions read from a text file in mtext/bquote
...River at River" #station name
"ec" #name of wq variable to be plotted
"EC"~(mu~s/cm) #axis label (in R plotmath expression) for RHS axis
label
And is read into a list called "ipf" via scan:
ipf.headings <- list(stn=0,stn.name="",wqvar.name="",wqvar.axlab="")
ipf <- scan(par.file, ipf.headings,strip.white=T,comment.char="#")
Now, I would like to make a plot with a plotmath expression as the axis
title that looks something like this:
plot(1:10)
textstr <- ("EC"~(mu~S/cm))
mtext(bquo...