ther wrote:
> 
> 
> Previous questions about this requirement have been for m$ users, my
> failure occurs using linux.
> 
> I have tried to add the delta (δ) symbol to the y axis label and the
> result is &D, using the command:
> 
> ...ylab="δt"...
> 
> Any advice please?
> 
> 

A) Next time post full code and any error messages.

B)  Try: 

plot(1,1, ylab=expression(delta~"t") )

-- 
David Winsemius
-- 
View this message in context: 
http://www.nabble.com/graph-label-greek-symbol-failure-tp25004627p25013457.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to