[R] Special characters on axis lables

2007-05-21 Thread Arne Brutschy
Hello, is there a way to specify special characters as a axis label? I need to have a tick marking the infinity in my plot... Is there a way? Or possibly a way to include latex-style formulas? Thanks in advance, Arne __ R-help@stat.math.ethz.ch

Re: [R] Special characters on axis lables

2007-05-21 Thread jim holtman
try this: plot(0, xaxt='n') axis(1, at=1, labels=expression(infinity)) On 5/21/07, Arne Brutschy [EMAIL PROTECTED] wrote: Hello, is there a way to specify special characters as a axis label? I need to have a tick marking the infinity in my plot... Is there a way? Or possibly a way to