On Wed, 2011-07-06 at 12:24 +0200, mathew brown wrote:
> To all in R land,
>
> Here is what I would like to do.
> x = c(1:10)
> y = c(1:10)
> plot(x,y)
> mtext(side=2, line=1.5, expression(""*delta*""^18*"O [permill]"), cex=1,
> adj=0.5)
>
> That's it. Except I would like to replace "permill" wi
To all in R land,
Here is what I would like to do.
x = c(1:10)
y = c(1:10)
plot(x,y)
mtext(side=2, line=1.5, expression(""*delta*""^18*"O [permill]"), cex=1,
adj=0.5)
That's it. Except I would like to replace "permill" with the symbol.
Thanks for the help
On Wed, 6 Jul 2011 11:07:55 +0100 (BST
You still have not sent the information requested in the posting
guide, and I do not know your target device nor locale, nor is that a
reproducible example.
Please learn some respect for the time of the helpers here (and for
all the work that went into making this possible in R).
On Wed, 6 J
Good point.
Here is the code
plot(dat$timestamp,dat$delta_18_16, ylab="", xlab="(min)", tck=0.05, col="blue")
mtext(side=2, line=1.5, expression(""*delta*""^18*"O [\u0089]"), cex=1, adj=0.5)
I'm still not sure how to get your code to work.
thanks
On Wed, 6 Jul 2011 09:45:49 +0100 (BST)
Prof Bria
On Wed, 6 Jul 2011, mathew brown wrote:
Hi,
I'm trying to figure out how to make a plot with ylab showing the
permil symbol. Anyone know how to do this?
Yes.
Now, it you would follow the posting guide and give the 'at a minimum'
information you were asked for, and the graphics device you
Hi,
I'm trying to figure out how to make a plot with ylab showing the permil
symbol. Anyone know how to do this?
Thanks
--
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-p
6 matches
Mail list logo