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 include latex-style formulas? > > Thanks in advance, > Arne > > ______________________________________________ > [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 > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? [[alternative HTML version deleted]] ______________________________________________ [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 and provide commented, minimal, self-contained, reproducible code.
