[R] font formating

2007-11-15 Thread José Alberto Monteiro
I am tryindo to do a very simple thing but cannont find how to do it anywhere. I need to formap part of my title as subscript ans superscript. How can I do it? Thanks a lot in advance José -- MSc José Alberto F. Monteiro Botanisches Institut Universität Basel [[alternative HTML version d

Re: [R] font formating

2007-11-15 Thread Eik Vettorazzi
you may read, as suggested, ?plotmath and look at the examples example(plotmath) José Alberto Monteiro schrieb: > Thanks a lot! Can I use it inside text( )? Like text(expression=()) > > > -- > MSc José Alberto F. Monteiro > Botanisches Institut > Universität Basel -- Eik Vettorazzi Institut f

Re: [R] font formating

2007-11-15 Thread Eik Vettorazzi
you can do this with "expression()" as in plot(1:2,1:2,main=expression(x[k[j]])) see ?plotmath for some more possibilities of formating mathematical expressions. hth. José Alberto Monteiro schrieb: > I am tryindo to do a very simple thing but cannont find how to do it > anywhere. I need to fo