Johannes Graumann wrote:

> ronggui wrote:
> 
> 
>>I think you should use   labels = c(">= 0.66", ">= 0.33", "<= -0.33",
>>"<= -0.66") .
>>Note the quote in each element of the vector.
> 
> 
> No. Am using that at the moment. Does not give me the nice
> plotmath 'greater-than' etc. signs ...


Then please read ?plotmath and use it:

labels = expression("" >= 0.66, "" == 0.33, "" <= -0.33, "" <= -0.66)

Uwe Ligges

> Joh
> 
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to