[R] Fonts in expression(paste)

2003-01-31 Thread Suzanne E. Blatt

Hello.

I'm trying to change the fonts of my text.  If I have 'expression(paste)' included (to 
get scientific symbols), the font= doesn't take effect.  Is there a way around this?

Thanks,
Suzanne

__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp

__
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help



Re: [R] Fonts in expression(paste)

2003-01-31 Thread Uwe Ligges
Suzanne E. Blatt wrote:

Hello.

I'm trying to change the fonts of my text.  If I have 'expression(paste)' included (to get scientific symbols), the font= doesn't take effect.  Is there a way around this?

Thanks,
Suzanne


?plotmath helps:

plain(x)  draw x in normal font
bold(x)  draw x in bold font
italic(x)  draw x in italic font
bolditalic(x)  draw x in bolditalic font

Uwe Ligges

__
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help